Shades of Sulu #CFE27E
Tints of Sulu #CFE27E
RGB
CMYK
RGB Variations
Color information
#CFE27E (or 0xCFE27E) is known color: Sulu. HEX triplet: CF, E2 and 7E. RGB value is (207,226,126). Sum of RGB (Red+Green+Blue) = 207+226+126=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 126 (49.61% from 255 or 22.54% from 559); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE27E is #301D81. Grayscale: #D1D1D1. Windows color (decimal): -3153282 or 8315599. OLE color: 8315599.
HSL color Cylindrical-coordinate representation of color #CFE27E: hue angle of 71.4º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFE27E is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 126 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.11 |
| HSL | 71.4º | 0.63% | 0.69% | - |
| HSV(B) | 71.4º | 0.44% | 0.89% | - |
| XYZ | 56.69 | 69.16 | 30.1 | - |
| YUV | 208.92 | 81.21 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 126 | 0.08 | 0 | 0.44 | 0.11 | 71.4 | 0.63 | 0.69 |
| Hex | CF | E2 | 7E | 8 | 0 | 2C | B | 47 | 3F | 45 |
| Octal | 317 | 342 | 176 | 10 | 0 | 54 | 13 | 107 | 77 | 105 |
| Binary | 11001111 | 11100010 | 1111110 | 1000 | 0 | 101100 | 1011 | 1000111 | 111111 | 1000101 |
Color Harmonies of #CFE27E
Complementary color
Monochromatic Colors of #CFE27E
Black with #CFE27E
Text Example
Text Example
White with #CFE27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE27E; }
p { color: rgb(207,226,126); }
H1.HeaderClassName
{
color: #CFE27E;
}
.AnyTagClassName
{
color: #CFE27E;
}
</style>
background-color css
<style>
a { background-color: #CFE27E; }
a { background-color: rgb(207,226,126); }
div.DivClassName
{
background-color: #CFE27E;
}
.BgClassName
{
background-color: #CFE27E;
}
</style>
border-color css
<style>
span { border-color: #CFE27E; }
span { border-color: rgb(207,226,126); }
td.TdClassName
{
border-color: #CFE27E;
}
.TagClassName
{
border-color: #CFE27E;
}
</style>