#CAFB7E

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

Shades of Sulu #CAFB7E

Tints of Sulu #CAFB7E

Color information

#CAFB7E (or 0xCAFB7E) is unknown color: approx Sulu. HEX triplet: CA, FB and 7E. RGB value is (202,251,126). Sum of RGB (Red+Green+Blue) = 202+251+126=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 126 (49.61% from 255 or 21.76% from 579); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFB7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFB7E is #350481. Grayscale: #DEDEDE. Windows color (decimal): -3474562 or 8321994. OLE color: 8321994.

HSL color Cylindrical-coordinate representation of color #CAFB7E: hue angle of 83.52º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAFB7E is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB202251126-
CMYK0.2000.500.02
HSL83.52º93.98%73.92%-
HSV(B)83.52º49.8%98.43%-
XYZ62.6283.0632.47-
YUV222.173.77113.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 251 (98.44% from 255) = 43.35%
BLUE value IS 126 (49.61% from 255) = 21.76%
R=34.89%
G=43.35%
B=21.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022511260.2000.500.0283.5293.9873.92
HexCAFB7E140322545e4a
Octal312373176240622124136112
Binary1100101011111011111111010100011001010101010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFB7E; }

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

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

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

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

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

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

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

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