Shades of Sulu #CAFE8C
Tints of Sulu #CAFE8C
RGB
CMYK
RGB Variations
Color information
#CAFE8C (or 0xCAFE8C) is known color: Sulu. HEX triplet: CA, FE and 8C. RGB value is (202,254,140). Sum of RGB (Red+Green+Blue) = 202+254+140=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 140 (55.08% from 255 or 23.49% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFE8C is #350173. Grayscale: #E1E1E1. Windows color (decimal): -3473780 or 9240266. OLE color: 9240266.
HSL color Cylindrical-coordinate representation of color #CAFE8C: hue angle of 87.37º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAFE8C is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 140 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.00 |
| HSL | 87.37º | 0.98% | 0.77% | - |
| HSV(B) | 87.37º | 0.45% | 1% | - |
| XYZ | 64.53 | 85.33 | 37.88 | - |
| YUV | 225.46 | 79.77 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 140 | 0.20 | 0 | 0.45 | 0.00 | 87.37 | 0.98 | 0.77 |
| Hex | CA | FE | 8C | 14 | 0 | 2D | 0 | 57 | 62 | 4D |
| Octal | 312 | 376 | 214 | 24 | 0 | 55 | 0 | 127 | 142 | 115 |
| Binary | 11001010 | 11111110 | 10001100 | 10100 | 0 | 101101 | 0 | 1010111 | 1100010 | 1001101 |
Color Harmonies of #CAFE8C
Complementary color
Monochromatic Colors of #CAFE8C
Black with #CAFE8C
Text Example
Text Example
White with #CAFE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE8C; }
p { color: rgb(202,254,140); }
H1.HeaderClassName
{
color: #CAFE8C;
}
.AnyTagClassName
{
color: #CAFE8C;
}
</style>
background-color css
<style>
a { background-color: #CAFE8C; }
a { background-color: rgb(202,254,140); }
div.DivClassName
{
background-color: #CAFE8C;
}
.BgClassName
{
background-color: #CAFE8C;
}
</style>
border-color css
<style>
span { border-color: #CAFE8C; }
span { border-color: rgb(202,254,140); }
td.TdClassName
{
border-color: #CAFE8C;
}
.TagClassName
{
border-color: #CAFE8C;
}
</style>