Shades of Sulu #CAFE6C
Tints of Sulu #CAFE6C
RGB
CMYK
RGB Variations
Color information
#CAFE6C (or 0xCAFE6C) is known color: Sulu. HEX triplet: CA, FE and 6C. RGB value is (202,254,108). Sum of RGB (Red+Green+Blue) = 202+254+108=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 108 (42.58% from 255 or 19.15% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFE6C is #350193. Grayscale: #DEDEDE. Windows color (decimal): -3473812 or 7143114. OLE color: 7143114.
HSL color Cylindrical-coordinate representation of color #CAFE6C: hue angle of 81.37º 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 #CAFE6C is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 108 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.00 |
| HSL | 81.37º | 0.99% | 0.71% | - |
| HSV(B) | 81.37º | 0.57% | 1% | - |
| XYZ | 62.51 | 84.52 | 27.21 | - |
| YUV | 221.81 | 63.77 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 108 | 0.20 | 0 | 0.57 | 0.00 | 81.37 | 0.99 | 0.71 |
| Hex | CA | FE | 6C | 14 | 0 | 39 | 0 | 51 | 63 | 47 |
| Octal | 312 | 376 | 154 | 24 | 0 | 71 | 0 | 121 | 143 | 107 |
| Binary | 11001010 | 11111110 | 1101100 | 10100 | 0 | 111001 | 0 | 1010001 | 1100011 | 1000111 |
Color Harmonies of #CAFE6C
Complementary color
Monochromatic Colors of #CAFE6C
Black with #CAFE6C
Text Example
Text Example
White with #CAFE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE6C; }
p { color: rgb(202,254,108); }
H1.HeaderClassName
{
color: #CAFE6C;
}
.AnyTagClassName
{
color: #CAFE6C;
}
</style>
background-color css
<style>
a { background-color: #CAFE6C; }
a { background-color: rgb(202,254,108); }
div.DivClassName
{
background-color: #CAFE6C;
}
.BgClassName
{
background-color: #CAFE6C;
}
</style>
border-color css
<style>
span { border-color: #CAFE6C; }
span { border-color: rgb(202,254,108); }
td.TdClassName
{
border-color: #CAFE6C;
}
.TagClassName
{
border-color: #CAFE6C;
}
</style>