Shades of Sulu #CAFE68
Tints of Sulu #CAFE68
RGB
CMYK
RGB Variations
Color information
#CAFE68 (or 0xCAFE68) is known color: Sulu. HEX triplet: CA, FE and 68. RGB value is (202,254,104). Sum of RGB (Red+Green+Blue) = 202+254+104=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 104 (41.02% from 255 or 18.57% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFE68 is #350197. Grayscale: #DDDDDD. Windows color (decimal): -3473816 or 6880970. OLE color: 6880970.
HSL color Cylindrical-coordinate representation of color #CAFE68: hue angle of 80.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAFE68 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 104 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.00 |
| HSL | 80.8º | 0.99% | 0.7% | - |
| HSV(B) | 80.8º | 0.59% | 1% | - |
| XYZ | 62.3 | 84.44 | 26.11 | - |
| YUV | 221.35 | 61.77 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 104 | 0.20 | 0 | 0.59 | 0.00 | 80.8 | 0.99 | 0.7 |
| Hex | CA | FE | 68 | 14 | 0 | 3B | 0 | 51 | 63 | 46 |
| Octal | 312 | 376 | 150 | 24 | 0 | 73 | 0 | 121 | 143 | 106 |
| Binary | 11001010 | 11111110 | 1101000 | 10100 | 0 | 111011 | 0 | 1010001 | 1100011 | 1000110 |
Color Harmonies of #CAFE68
Complementary color
Monochromatic Colors of #CAFE68
Black with #CAFE68
Text Example
Text Example
White with #CAFE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE68; }
p { color: rgb(202,254,104); }
H1.HeaderClassName
{
color: #CAFE68;
}
.AnyTagClassName
{
color: #CAFE68;
}
</style>
background-color css
<style>
a { background-color: #CAFE68; }
a { background-color: rgb(202,254,104); }
div.DivClassName
{
background-color: #CAFE68;
}
.BgClassName
{
background-color: #CAFE68;
}
</style>
border-color css
<style>
span { border-color: #CAFE68; }
span { border-color: rgb(202,254,104); }
td.TdClassName
{
border-color: #CAFE68;
}
.TagClassName
{
border-color: #CAFE68;
}
</style>