#CAF26D

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

Shades of Sulu #CAF26D

Tints of Sulu #CAF26D

Color information

#CAF26D (or 0xCAF26D) is unknown color: approx Sulu. HEX triplet: CA, F2 and 6D. RGB value is (202,242,109). Sum of RGB (Red+Green+Blue) = 202+242+109=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF26D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF26D is #350D92. Grayscale: #D7D7D7. Windows color (decimal): -3476883 or 7205578. OLE color: 7205578.

HSL color Cylindrical-coordinate representation of color #CAF26D: hue angle of 78.05º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAF26D is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB202242109-
CMYK0.1700.550.05
HSL78.05º83.65%68.82%-
HSV(B)78.05º54.96%94.9%-
XYZ58.8777.1626.26-
YUV214.8868.25118.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 242 (94.92% from 255) = 43.76%
BLUE value IS 109 (42.97% from 255) = 19.71%
R=36.53%
G=43.76%
B=19.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022421090.1700.550.0578.0583.6568.82
HexCAF26D1103754e5445
Octal312362155210675116124105
Binary11001010111100101101101100010110111101100111010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF26D; }

 p { color: rgb(202,242,109); }

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

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

 a { background-color: rgb(202,242,109); }

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

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

 span { border-color: rgb(202,242,109); }

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