#CAF778

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

Shades of Sulu #CAF778

Tints of Sulu #CAF778

Color information

#CAF778 (or 0xCAF778) is unknown color: approx Sulu. HEX triplet: CA, F7 and 78. RGB value is (202,247,120). Sum of RGB (Red+Green+Blue) = 202+247+120=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 247 (96.88% from 255 or 43.41% from 569); Blue value is 120 (47.27% from 255 or 21.09% from 569); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF778 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF778 is #350887. Grayscale: #DBDBDB. Windows color (decimal): -3475592 or 7927754. OLE color: 7927754.

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

Color convert

RGB202247120-
CMYK0.1800.510.03
HSL81.26º88.81%71.96%-
HSV(B)81.26º51.42%96.86%-
XYZ61.0180.4330.08-
YUV219.0772.09115.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 247 (96.88% from 255) = 43.41%
BLUE value IS 120 (47.27% from 255) = 21.09%
R=35.50%
G=43.41%
B=21.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022471200.1800.510.0381.2688.8171.96
HexCAF778120333515948
Octal312367170220633121131110
Binary1100101011110111111100010010011001111101000110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF778; }

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

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

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

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

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

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

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

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