#CAF385

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

Shades of Sulu #CAF385

Tints of Sulu #CAF385

Color information

#CAF385 (or 0xCAF385) is unknown color: approx Sulu. HEX triplet: CA, F3 and 85. RGB value is (202,243,133). Sum of RGB (Red+Green+Blue) = 202+243+133=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 243 (95.31% from 255 or 42.04% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF385 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF385 is #350C7A. Grayscale: #DADADA. Windows color (decimal): -3476603 or 8778698. OLE color: 8778698.

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

Color convert

RGB202243133-
CMYK0.1700.450.05
HSL82.36º82.09%73.73%-
HSV(B)82.36º45.27%95.29%-
XYZ60.6478.3534.12-
YUV218.279.92116.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.95%
GREEN value IS 243 (95.31% from 255) = 42.04%
BLUE value IS 133 (52.34% from 255) = 23.01%
R=34.95%
G=42.04%
B=23.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022431330.1700.450.0582.3682.0973.73
HexCAF3851102D552524a
Octal312363205210555122122112
Binary110010101111001110000101100010101101101101001010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF385; }

 p { color: rgb(202,243,133); }

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

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

 a { background-color: rgb(202,243,133); }

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

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

 span { border-color: rgb(202,243,133); }

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