#CAFE73

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

Shades of Sulu #CAFE73

Tints of Sulu #CAFE73

Color information

#CAFE73 (or 0xCAFE73) is unknown color: approx Sulu. HEX triplet: CA, FE and 73. RGB value is (202,254,115). Sum of RGB (Red+Green+Blue) = 202+254+115=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 115 (45.31% from 255 or 20.14% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFE73 is #35018C. Grayscale: #DFDFDF. Windows color (decimal): -3473805 or 7601866. OLE color: 7601866.

HSL color Cylindrical-coordinate representation of color #CAFE73: hue angle of 82.45º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAFE73 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB202254115-
CMYK0.2000.550.00
HSL82.45º98.58%72.35%-
HSV(B)82.45º54.72%99.61%-
XYZ62.8984.6829.25-
YUV222.6167.27113.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 254 (99.61% from 255) = 44.48%
BLUE value IS 115 (45.31% from 255) = 20.14%
R=35.38%
G=44.48%
B=20.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022541150.2000.550.0082.4598.5872.35
HexCAFE73140370526348
Octal312376163240670122143110
Binary110010101111111011100111010001101110101001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFE73; }

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

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

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

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

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

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

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

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