Shades of Sulu #CAFE7D
Tints of Sulu #CAFE7D
RGB
CMYK
RGB Variations
Color information
#CAFE7D (or 0xCAFE7D) is known color: Sulu. HEX triplet: CA, FE and 7D. RGB value is (202,254,125). Sum of RGB (Red+Green+Blue) = 202+254+125=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFE7D is #350182. Grayscale: #E0E0E0. Windows color (decimal): -3473795 or 8257226. OLE color: 8257226.
HSL color Cylindrical-coordinate representation of color #CAFE7D: hue angle of 84.19º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAFE7D is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 125 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.00 |
| HSL | 84.19º | 0.98% | 0.74% | - |
| HSV(B) | 84.19º | 0.51% | 1% | - |
| XYZ | 63.5 | 84.92 | 32.45 | - |
| YUV | 223.75 | 72.27 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 125 | 0.20 | 0 | 0.51 | 0.00 | 84.19 | 0.98 | 0.74 |
| Hex | CA | FE | 7D | 14 | 0 | 33 | 0 | 54 | 62 | 4A |
| Octal | 312 | 376 | 175 | 24 | 0 | 63 | 0 | 124 | 142 | 112 |
| Binary | 11001010 | 11111110 | 1111101 | 10100 | 0 | 110011 | 0 | 1010100 | 1100010 | 1001010 |
Color Harmonies of #CAFE7D
Complementary color
Monochromatic Colors of #CAFE7D
Black with #CAFE7D
Text Example
Text Example
White with #CAFE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE7D; }
p { color: rgb(202,254,125); }
H1.HeaderClassName
{
color: #CAFE7D;
}
.AnyTagClassName
{
color: #CAFE7D;
}
</style>
background-color css
<style>
a { background-color: #CAFE7D; }
a { background-color: rgb(202,254,125); }
div.DivClassName
{
background-color: #CAFE7D;
}
.BgClassName
{
background-color: #CAFE7D;
}
</style>
border-color css
<style>
span { border-color: #CAFE7D; }
span { border-color: rgb(202,254,125); }
td.TdClassName
{
border-color: #CAFE7D;
}
.TagClassName
{
border-color: #CAFE7D;
}
</style>