#CAF775

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

Shades of Sulu #CAF775

Tints of Sulu #CAF775

Color information

#CAF775 (or 0xCAF775) is unknown color: approx Sulu. HEX triplet: CA, F7 and 75. RGB value is (202,247,117). Sum of RGB (Red+Green+Blue) = 202+247+117=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF775 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF775 is #35088A. Grayscale: #DBDBDB. Windows color (decimal): -3475595 or 7731146. OLE color: 7731146.

HSL color Cylindrical-coordinate representation of color #CAF775: hue angle of 80.77º degrees, saturation: 0.89, 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 #CAF775 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB202247117-
CMYK0.1800.530.03
HSL80.77º89.04%71.37%-
HSV(B)80.77º52.63%96.86%-
XYZ60.8380.3629.14-
YUV218.7270.59116.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 247 (96.88% from 255) = 43.64%
BLUE value IS 117 (46.09% from 255) = 20.67%
R=35.69%
G=43.64%
B=20.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022471170.1800.530.0380.7789.0471.37
HexCAF775120353515947
Octal312367165220653121131107
Binary1100101011110111111010110010011010111101000110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF775; }

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

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

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

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

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

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

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

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