#CAF07F

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

Shades of Sulu #CAF07F

Tints of Sulu #CAF07F

Color information

#CAF07F (or 0xCAF07F) is unknown color: approx Sulu. HEX triplet: CA, F0 and 7F. RGB value is (202,240,127). Sum of RGB (Red+Green+Blue) = 202+240+127=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 127 (50% from 255 or 22.32% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF07F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF07F is #350F80. Grayscale: #D8D8D8. Windows color (decimal): -3477377 or 8384714. OLE color: 8384714.

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

Color convert

RGB202240127-
CMYK0.1600.470.06
HSL80.18º79.02%71.96%-
HSV(B)80.18º47.08%94.12%-
XYZ59.3576.4131.7-
YUV215.7677.91118.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 240 (94.14% from 255) = 42.18%
BLUE value IS 127 (50% from 255) = 22.32%
R=35.50%
G=42.18%
B=22.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022401270.1600.470.0680.1879.0271.96
HexCAF07F1002F6504f48
Octal312360177200576120117110
Binary11001010111100001111111100000101111110101000010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF07F; }

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

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

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

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

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

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

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

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