#CAF874

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

Shades of Sulu #CAF874

Tints of Sulu #CAF874

Color information

#CAF874 (or 0xCAF874) is unknown color: approx Sulu. HEX triplet: CA, F8 and 74. RGB value is (202,248,116). Sum of RGB (Red+Green+Blue) = 202+248+116=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 248 (97.27% from 255 or 43.82% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF874 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF874 is #35078B. Grayscale: #DBDBDB. Windows color (decimal): -3475340 or 7665866. OLE color: 7665866.

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

Color convert

RGB202248116-
CMYK0.1900.530.03
HSL80.91º90.41%71.37%-
HSV(B)80.91º53.23%97.25%-
XYZ61.0880.9528.93-
YUV219.269.76115.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 248 (97.27% from 255) = 43.82%
BLUE value IS 116 (45.70% from 255) = 20.49%
R=35.69%
G=43.82%
B=20.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022481160.1900.530.0380.9190.4171.37
HexCAF874130353515a47
Octal312370164230653121132107
Binary1100101011111000111010010011011010111101000110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF874; }

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

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

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

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

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

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

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

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