#CAF873

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

Shades of Sulu #CAF873

Tints of Sulu #CAF873

Color information

#CAF873 (or 0xCAF873) is unknown color: approx Sulu. HEX triplet: CA, F8 and 73. RGB value is (202,248,115). Sum of RGB (Red+Green+Blue) = 202+248+115=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 115 (45.31% from 255 or 20.35% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF873 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF873 is #35078C. Grayscale: #DBDBDB. Windows color (decimal): -3475341 or 7600330. OLE color: 7600330.

HSL color Cylindrical-coordinate representation of color #CAF873: hue angle of 80.75º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAF873 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB202248115-
CMYK0.1900.540.03
HSL80.75º90.48%71.18%-
HSV(B)80.75º53.63%97.25%-
XYZ61.0280.9328.62-
YUV219.0869.26115.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 248 (97.27% from 255) = 43.89%
BLUE value IS 115 (45.31% from 255) = 20.35%
R=35.75%
G=43.89%
B=20.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022481150.1900.540.0380.7590.4871.18
HexCAF873130363515a47
Octal312370163230663121132107
Binary1100101011111000111001110011011011011101000110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF873; }

 p { color: rgb(202,248,115); }

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

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

 a { background-color: rgb(202,248,115); }

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

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

 span { border-color: rgb(202,248,115); }

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