#CAFC7E

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

Shades of Sulu #CAFC7E

Tints of Sulu #CAFC7E

Color information

#CAFC7E (or 0xCAFC7E) is unknown color: approx Sulu. HEX triplet: CA, FC and 7E. RGB value is (202,252,126). Sum of RGB (Red+Green+Blue) = 202+252+126=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 126 (49.61% from 255 or 21.72% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFC7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFC7E is #350381. Grayscale: #DFDFDF. Windows color (decimal): -3474306 or 8322250. OLE color: 8322250.

HSL color Cylindrical-coordinate representation of color #CAFC7E: hue angle of 83.81º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAFC7E is Cyan = 0.20, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.01.

Color convert

RGB202252126-
CMYK0.2000.50.01
HSL83.81º95.45%74.12%-
HSV(B)83.81º50%98.82%-
XYZ62.9383.6832.57-
YUV222.6973.44113.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 252 (98.83% from 255) = 43.45%
BLUE value IS 126 (49.61% from 255) = 21.72%
R=34.83%
G=43.45%
B=21.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022521260.2000.50.0183.8195.4574.12
HexCAFC7E140321545f4a
Octal312374176240621124137112
Binary110010101111110011111101010001100101101010010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFC7E; }

 p { color: rgb(202,252,126); }

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

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

 a { background-color: rgb(202,252,126); }

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

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

 span { border-color: rgb(202,252,126); }

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