#CFF21A

Color #CFF21A Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CFF21A

Tints of Pear #CFF21A

Color information

#CFF21A (or 0xCFF21A) is unknown color: approx Pear. HEX triplet: CF, F2 and 1A. RGB value is (207,242,26). Sum of RGB (Red+Green+Blue) = 207+242+26=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 26 (10.55% from 255 or 5.47% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF21A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF21A is #300DE5. Grayscale: #CFCFCF. Windows color (decimal): -3149286 or 1766095. OLE color: 1766095.

HSL color Cylindrical-coordinate representation of color #CFF21A: hue angle of 69.72º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFF21A is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB20724226-
CMYK0.1400.890.05
HSL69.72º89.26%52.55%-
HSV(B)69.72º89.26%94.9%-
XYZ57.6776.8412.77-
YUV206.9125.9128.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 43.58%
GREEN value IS 242 (94.92% from 255) = 50.95%
BLUE value IS 26 (10.55% from 255) = 5.47%
R=43.58%
G=50.95%
B=5.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal207242260.1400.890.0569.7289.2652.55
HexCFF21AE0595465935
Octal31736232160131510613165
Binary11001111111100101101011100101100110110001101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF21A; }

 p { color: rgb(207,242,26); }

 H1.HeaderClassName
 {
   color: #CFF21A;
 }
 .AnyTagClassName
 {
   color: #CFF21A;
 }
</style>
background-color css

<style>
 a { background-color: #CFF21A; }

 a { background-color: rgb(207,242,26); }

 div.DivClassName
 {
   background-color: #CFF21A;
 }
 .BgClassName
 {
   background-color: #CFF21A;
 }
</style>
border-color css

<style>
 span { border-color: #CFF21A; }

 span { border-color: rgb(207,242,26); }

 td.TdClassName
 {
   border-color: #CFF21A;
 }
 .TagClassName
 {
   border-color: #CFF21A;
 }
</style>