#CAFA6F

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

Shades of Sulu #CAFA6F

Tints of Sulu #CAFA6F

Color information

#CAFA6F (or 0xCAFA6F) is unknown color: approx Sulu. HEX triplet: CA, FA and 6F. RGB value is (202,250,111). Sum of RGB (Red+Green+Blue) = 202+250+111=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 111 (43.75% from 255 or 19.72% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFA6F is #350590. Grayscale: #DCDCDC. Windows color (decimal): -3474833 or 7338698. OLE color: 7338698.

HSL color Cylindrical-coordinate representation of color #CAFA6F: hue angle of 80.72º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAFA6F is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB202250111-
CMYK0.1900.560.02
HSL80.72º93.29%70.78%-
HSV(B)80.72º55.6%98.04%-
XYZ61.4182.0827.64-
YUV219.866.6115.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 250 (98.05% from 255) = 44.40%
BLUE value IS 111 (43.75% from 255) = 19.72%
R=35.88%
G=44.40%
B=19.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022501110.1900.560.0280.7293.2970.78
HexCAFA6F130382515d47
Octal312372157230702121135107
Binary1100101011111010110111110011011100010101000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFA6F; }

 p { color: rgb(202,250,111); }

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

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

 a { background-color: rgb(202,250,111); }

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

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

 span { border-color: rgb(202,250,111); }

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