#CAF46D

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

Shades of Sulu #CAF46D

Tints of Sulu #CAF46D

Color information

#CAF46D (or 0xCAF46D) is unknown color: approx Sulu. HEX triplet: CA, F4 and 6D. RGB value is (202,244,109). Sum of RGB (Red+Green+Blue) = 202+244+109=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 244 (95.70% from 255 or 43.96% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF46D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF46D is #350B92. Grayscale: #D8D8D8. Windows color (decimal): -3476371 or 7206090. OLE color: 7206090.

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

Color convert

RGB202244109-
CMYK0.1700.550.04
HSL78.67º85.99%69.22%-
HSV(B)78.67º55.33%95.69%-
XYZ59.4778.3626.46-
YUV216.0567.59117.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 244 (95.70% from 255) = 43.96%
BLUE value IS 109 (42.97% from 255) = 19.64%
R=36.40%
G=43.96%
B=19.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022441090.1700.550.0478.6785.9969.22
HexCAF46D1103744f5645
Octal312364155210674117126105
Binary11001010111101001101101100010110111100100111110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF46D; }

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

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

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

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

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

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

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

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