Shades of Sulu #CFE490
Tints of Sulu #CFE490
RGB
CMYK
RGB Variations
Color information
#CFE490 (or 0xCFE490) is known color: Sulu. HEX triplet: CF, E4 and 90. RGB value is (207,228,144). Sum of RGB (Red+Green+Blue) = 207+228+144=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 228 (89.45% from 255 or 39.38% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE490 is #301B6F. Grayscale: #D4D4D4. Windows color (decimal): -3152752 or 9495759. OLE color: 9495759.
HSL color Cylindrical-coordinate representation of color #CFE490: hue angle of 75º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFE490 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 144 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.11 |
| HSL | 75º | 0.61% | 0.73% | - |
| HSV(B) | 75º | 0.37% | 0.89% | - |
| XYZ | 58.51 | 70.77 | 36.96 | - |
| YUV | 212.15 | 89.54 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 144 | 0.09 | 0 | 0.37 | 0.11 | 75 | 0.61 | 0.73 |
| Hex | CF | E4 | 90 | 9 | 0 | 25 | B | 4B | 3D | 49 |
| Octal | 317 | 344 | 220 | 11 | 0 | 45 | 13 | 113 | 75 | 111 |
| Binary | 11001111 | 11100100 | 10010000 | 1001 | 0 | 100101 | 1011 | 1001011 | 111101 | 1001001 |
Color Harmonies of #CFE490
Complementary color
Monochromatic Colors of #CFE490
Black with #CFE490
Text Example
Text Example
White with #CFE490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE490; }
p { color: rgb(207,228,144); }
H1.HeaderClassName
{
color: #CFE490;
}
.AnyTagClassName
{
color: #CFE490;
}
</style>
background-color css
<style>
a { background-color: #CFE490; }
a { background-color: rgb(207,228,144); }
div.DivClassName
{
background-color: #CFE490;
}
.BgClassName
{
background-color: #CFE490;
}
</style>
border-color css
<style>
span { border-color: #CFE490; }
span { border-color: rgb(207,228,144); }
td.TdClassName
{
border-color: #CFE490;
}
.TagClassName
{
border-color: #CFE490;
}
</style>