Shades of Sulu #CAFE6D
Tints of Sulu #CAFE6D
RGB
CMYK
RGB Variations
Color information
#CAFE6D (or 0xCAFE6D) is known color: Sulu. HEX triplet: CA, FE and 6D. RGB value is (202,254,109). Sum of RGB (Red+Green+Blue) = 202+254+109=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFE6D is #350192. Grayscale: #DEDEDE. Windows color (decimal): -3473811 or 7208650. OLE color: 7208650.
HSL color Cylindrical-coordinate representation of color #CAFE6D: hue angle of 81.52º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAFE6D is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 109 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.00 |
| HSL | 81.52º | 0.99% | 0.71% | - |
| HSV(B) | 81.52º | 0.57% | 1% | - |
| XYZ | 62.56 | 84.54 | 27.49 | - |
| YUV | 221.92 | 64.27 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 109 | 0.20 | 0 | 0.57 | 0.00 | 81.52 | 0.99 | 0.71 |
| Hex | CA | FE | 6D | 14 | 0 | 39 | 0 | 52 | 63 | 47 |
| Octal | 312 | 376 | 155 | 24 | 0 | 71 | 0 | 122 | 143 | 107 |
| Binary | 11001010 | 11111110 | 1101101 | 10100 | 0 | 111001 | 0 | 1010010 | 1100011 | 1000111 |
Color Harmonies of #CAFE6D
Complementary color
Monochromatic Colors of #CAFE6D
Black with #CAFE6D
Text Example
Text Example
White with #CAFE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE6D; }
p { color: rgb(202,254,109); }
H1.HeaderClassName
{
color: #CAFE6D;
}
.AnyTagClassName
{
color: #CAFE6D;
}
</style>
background-color css
<style>
a { background-color: #CAFE6D; }
a { background-color: rgb(202,254,109); }
div.DivClassName
{
background-color: #CAFE6D;
}
.BgClassName
{
background-color: #CAFE6D;
}
</style>
border-color css
<style>
span { border-color: #CAFE6D; }
span { border-color: rgb(202,254,109); }
td.TdClassName
{
border-color: #CAFE6D;
}
.TagClassName
{
border-color: #CAFE6D;
}
</style>