Shades of Sulu #CFE57A
Tints of Sulu #CFE57A
RGB
CMYK
RGB Variations
Color information
#CFE57A (or 0xCFE57A) is known color: Sulu. HEX triplet: CF, E5 and 7A. RGB value is (207,229,122). Sum of RGB (Red+Green+Blue) = 207+229+122=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 229 (89.84% from 255 or 41.04% from 558); Blue value is 122 (48.05% from 255 or 21.86% from 558); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE57A is #301A85. Grayscale: #D2D2D2. Windows color (decimal): -3152518 or 8054223. OLE color: 8054223.
HSL color Cylindrical-coordinate representation of color #CFE57A: hue angle of 72.34º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFE57A is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 122 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.10 |
| HSL | 72.34º | 0.67% | 0.69% | - |
| HSV(B) | 72.34º | 0.47% | 0.9% | - |
| XYZ | 57.26 | 70.71 | 29.04 | - |
| YUV | 210.22 | 78.21 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 122 | 0.10 | 0 | 0.47 | 0.10 | 72.34 | 0.67 | 0.69 |
| Hex | CF | E5 | 7A | A | 0 | 2F | A | 48 | 43 | 45 |
| Octal | 317 | 345 | 172 | 12 | 0 | 57 | 12 | 110 | 103 | 105 |
| Binary | 11001111 | 11100101 | 1111010 | 1010 | 0 | 101111 | 1010 | 1001000 | 1000011 | 1000101 |
Color Harmonies of #CFE57A
Complementary color
Monochromatic Colors of #CFE57A
Black with #CFE57A
Text Example
Text Example
White with #CFE57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE57A; }
p { color: rgb(207,229,122); }
H1.HeaderClassName
{
color: #CFE57A;
}
.AnyTagClassName
{
color: #CFE57A;
}
</style>
background-color css
<style>
a { background-color: #CFE57A; }
a { background-color: rgb(207,229,122); }
div.DivClassName
{
background-color: #CFE57A;
}
.BgClassName
{
background-color: #CFE57A;
}
</style>
border-color css
<style>
span { border-color: #CFE57A; }
span { border-color: rgb(207,229,122); }
td.TdClassName
{
border-color: #CFE57A;
}
.TagClassName
{
border-color: #CFE57A;
}
</style>