#CAF875

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

Shades of Sulu #CAF875

Tints of Sulu #CAF875

Color information

#CAF875 (or 0xCAF875) is unknown color: approx Sulu. HEX triplet: CA, F8 and 75. RGB value is (202,248,117). Sum of RGB (Red+Green+Blue) = 202+248+117=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF875 is #35078A. Grayscale: #DBDBDB. Windows color (decimal): -3475339 or 7731402. OLE color: 7731402.

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

Color convert

RGB202248117-
CMYK0.1900.530.03
HSL81.07º90.34%71.57%-
HSV(B)81.07º52.82%97.25%-
XYZ61.1480.9829.24-
YUV219.3170.26115.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 248 (97.27% from 255) = 43.74%
BLUE value IS 117 (46.09% from 255) = 20.63%
R=35.63%
G=43.74%
B=20.63%

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
Decimal2022481170.1900.530.0381.0790.3471.57
HexCAF875130353515a48
Octal312370165230653121132110
Binary1100101011111000111010110011011010111101000110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF875; }

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

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

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

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

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

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

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

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