Shades of Sulu #CFE082
Tints of Sulu #CFE082
RGB
CMYK
RGB Variations
Color information
#CFE082 (or 0xCFE082) is known color: Sulu. HEX triplet: CF, E0 and 82. RGB value is (207,224,130). Sum of RGB (Red+Green+Blue) = 207+224+130=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE082 is #301F7D. Grayscale: #D0D0D0. Windows color (decimal): -3153790 or 8577231. OLE color: 8577231.
HSL color Cylindrical-coordinate representation of color #CFE082: hue angle of 70.85º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFE082 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 130 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.12 |
| HSL | 70.85º | 0.6% | 0.69% | - |
| HSV(B) | 70.85º | 0.42% | 0.88% | - |
| XYZ | 56.42 | 68.19 | 31.31 | - |
| YUV | 208.2 | 83.87 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 130 | 0.08 | 0 | 0.42 | 0.12 | 70.85 | 0.6 | 0.69 |
| Hex | CF | E0 | 82 | 8 | 0 | 2A | C | 47 | 3C | 45 |
| Octal | 317 | 340 | 202 | 10 | 0 | 52 | 14 | 107 | 74 | 105 |
| Binary | 11001111 | 11100000 | 10000010 | 1000 | 0 | 101010 | 1100 | 1000111 | 111100 | 1000101 |
Color Harmonies of #CFE082
Complementary color
Monochromatic Colors of #CFE082
Black with #CFE082
Text Example
Text Example
White with #CFE082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE082; }
p { color: rgb(207,224,130); }
H1.HeaderClassName
{
color: #CFE082;
}
.AnyTagClassName
{
color: #CFE082;
}
</style>
background-color css
<style>
a { background-color: #CFE082; }
a { background-color: rgb(207,224,130); }
div.DivClassName
{
background-color: #CFE082;
}
.BgClassName
{
background-color: #CFE082;
}
</style>
border-color css
<style>
span { border-color: #CFE082; }
span { border-color: rgb(207,224,130); }
td.TdClassName
{
border-color: #CFE082;
}
.TagClassName
{
border-color: #CFE082;
}
</style>