Shades of Sulu #CFE57E
Tints of Sulu #CFE57E
RGB
CMYK
RGB Variations
Color information
#CFE57E (or 0xCFE57E) is known color: Sulu. HEX triplet: CF, E5 and 7E. RGB value is (207,229,126). Sum of RGB (Red+Green+Blue) = 207+229+126=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 126 (49.61% from 255 or 22.42% from 562); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE57E is #301A81. Grayscale: #D3D3D3. Windows color (decimal): -3152514 or 8316367. OLE color: 8316367.
HSL color Cylindrical-coordinate representation of color #CFE57E: hue angle of 72.82º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFE57E is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 126 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.10 |
| HSL | 72.82º | 0.66% | 0.7% | - |
| HSV(B) | 72.82º | 0.45% | 0.9% | - |
| XYZ | 57.52 | 70.81 | 30.37 | - |
| YUV | 210.68 | 80.21 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 126 | 0.10 | 0 | 0.45 | 0.10 | 72.82 | 0.66 | 0.7 |
| Hex | CF | E5 | 7E | A | 0 | 2D | A | 49 | 42 | 46 |
| Octal | 317 | 345 | 176 | 12 | 0 | 55 | 12 | 111 | 102 | 106 |
| Binary | 11001111 | 11100101 | 1111110 | 1010 | 0 | 101101 | 1010 | 1001001 | 1000010 | 1000110 |
Color Harmonies of #CFE57E
Complementary color
Monochromatic Colors of #CFE57E
Black with #CFE57E
Text Example
Text Example
White with #CFE57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE57E; }
p { color: rgb(207,229,126); }
H1.HeaderClassName
{
color: #CFE57E;
}
.AnyTagClassName
{
color: #CFE57E;
}
</style>
background-color css
<style>
a { background-color: #CFE57E; }
a { background-color: rgb(207,229,126); }
div.DivClassName
{
background-color: #CFE57E;
}
.BgClassName
{
background-color: #CFE57E;
}
</style>
border-color css
<style>
span { border-color: #CFE57E; }
span { border-color: rgb(207,229,126); }
td.TdClassName
{
border-color: #CFE57E;
}
.TagClassName
{
border-color: #CFE57E;
}
</style>