Shades of Sulu #CAFE7A
Tints of Sulu #CAFE7A
RGB
CMYK
RGB Variations
Color information
#CAFE7A (or 0xCAFE7A) is known color: Sulu. HEX triplet: CA, FE and 7A. RGB value is (202,254,122). Sum of RGB (Red+Green+Blue) = 202+254+122=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 122 (48.05% from 255 or 21.11% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFE7A is #350185. Grayscale: #DFDFDF. Windows color (decimal): -3473798 or 8060618. OLE color: 8060618.
HSL color Cylindrical-coordinate representation of color #CAFE7A: hue angle of 83.64º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAFE7A is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 122 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.00 |
| HSL | 83.64º | 0.99% | 0.74% | - |
| HSV(B) | 83.64º | 0.52% | 1% | - |
| XYZ | 63.31 | 84.85 | 31.45 | - |
| YUV | 223.4 | 70.77 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 122 | 0.20 | 0 | 0.52 | 0.00 | 83.64 | 0.99 | 0.74 |
| Hex | CA | FE | 7A | 14 | 0 | 34 | 0 | 54 | 63 | 4A |
| Octal | 312 | 376 | 172 | 24 | 0 | 64 | 0 | 124 | 143 | 112 |
| Binary | 11001010 | 11111110 | 1111010 | 10100 | 0 | 110100 | 0 | 1010100 | 1100011 | 1001010 |
Color Harmonies of #CAFE7A
Complementary color
Monochromatic Colors of #CAFE7A
Black with #CAFE7A
Text Example
Text Example
White with #CAFE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE7A; }
p { color: rgb(202,254,122); }
H1.HeaderClassName
{
color: #CAFE7A;
}
.AnyTagClassName
{
color: #CAFE7A;
}
</style>
background-color css
<style>
a { background-color: #CAFE7A; }
a { background-color: rgb(202,254,122); }
div.DivClassName
{
background-color: #CAFE7A;
}
.BgClassName
{
background-color: #CAFE7A;
}
</style>
border-color css
<style>
span { border-color: #CAFE7A; }
span { border-color: rgb(202,254,122); }
td.TdClassName
{
border-color: #CAFE7A;
}
.TagClassName
{
border-color: #CAFE7A;
}
</style>