#CAF56D

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

Shades of Sulu #CAF56D

Tints of Sulu #CAF56D

Color information

#CAF56D (or 0xCAF56D) is unknown color: approx Sulu. HEX triplet: CA, F5 and 6D. RGB value is (202,245,109). Sum of RGB (Red+Green+Blue) = 202+245+109=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 109 (42.97% from 255 or 19.60% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF56D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF56D is #350A92. Grayscale: #D9D9D9. Windows color (decimal): -3476115 or 7206346. OLE color: 7206346.

HSL color Cylindrical-coordinate representation of color #CAF56D: hue angle of 78.97º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAF56D is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB202245109-
CMYK0.1800.560.04
HSL78.97º87.18%69.41%-
HSV(B)78.97º55.51%96.08%-
XYZ59.7778.9726.56-
YUV216.6467.25117.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 245 (96.09% from 255) = 44.06%
BLUE value IS 109 (42.97% from 255) = 19.60%
R=36.33%
G=44.06%
B=19.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022451090.1800.560.0478.9787.1869.41
HexCAF56D1203844f5745
Octal312365155220704117127105
Binary11001010111101011101101100100111000100100111110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF56D; }

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

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

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

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

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

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

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

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