#CAF07C

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

Shades of Sulu #CAF07C

Tints of Sulu #CAF07C

Color information

#CAF07C (or 0xCAF07C) is unknown color: approx Sulu. HEX triplet: CA, F0 and 7C. RGB value is (202,240,124). Sum of RGB (Red+Green+Blue) = 202+240+124=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 124 (48.83% from 255 or 21.91% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF07C is #350F83. Grayscale: #D7D7D7. Windows color (decimal): -3477380 or 8188106. OLE color: 8188106.

HSL color Cylindrical-coordinate representation of color #CAF07C: hue angle of 79.66º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAF07C is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB202240124-
CMYK0.1600.480.06
HSL79.66º79.45%71.37%-
HSV(B)79.66º48.33%94.12%-
XYZ59.1676.3330.68-
YUV215.4176.41118.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 240 (94.14% from 255) = 42.40%
BLUE value IS 124 (48.83% from 255) = 21.91%
R=35.69%
G=42.40%
B=21.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022401240.1600.480.0679.6679.4571.37
HexCAF07C100306504f47
Octal312360174200606120117107
Binary11001010111100001111100100000110000110101000010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF07C; }

 p { color: rgb(202,240,124); }

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

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

 a { background-color: rgb(202,240,124); }

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

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

 span { border-color: rgb(202,240,124); }

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