Shades of Sulu #CFE180
Tints of Sulu #CFE180
RGB
CMYK
RGB Variations
Color information
#CFE180 (or 0xCFE180) is known color: Sulu. HEX triplet: CF, E1 and 80. RGB value is (207,225,128). Sum of RGB (Red+Green+Blue) = 207+225+128=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 128 (50.39% from 255 or 22.86% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE180 is #301E7F. Grayscale: #D0D0D0. Windows color (decimal): -3153536 or 8446415. OLE color: 8446415.
HSL color Cylindrical-coordinate representation of color #CFE180: hue angle of 71.13º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFE180 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 128 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.12 |
| HSL | 71.13º | 0.62% | 0.69% | - |
| HSV(B) | 71.13º | 0.43% | 0.88% | - |
| XYZ | 56.55 | 68.67 | 30.7 | - |
| YUV | 208.56 | 82.54 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 128 | 0.08 | 0 | 0.43 | 0.12 | 71.13 | 0.62 | 0.69 |
| Hex | CF | E1 | 80 | 8 | 0 | 2B | C | 47 | 3E | 45 |
| Octal | 317 | 341 | 200 | 10 | 0 | 53 | 14 | 107 | 76 | 105 |
| Binary | 11001111 | 11100001 | 10000000 | 1000 | 0 | 101011 | 1100 | 1000111 | 111110 | 1000101 |
Color Harmonies of #CFE180
Complementary color
Monochromatic Colors of #CFE180
Black with #CFE180
Text Example
Text Example
White with #CFE180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE180; }
p { color: rgb(207,225,128); }
H1.HeaderClassName
{
color: #CFE180;
}
.AnyTagClassName
{
color: #CFE180;
}
</style>
background-color css
<style>
a { background-color: #CFE180; }
a { background-color: rgb(207,225,128); }
div.DivClassName
{
background-color: #CFE180;
}
.BgClassName
{
background-color: #CFE180;
}
</style>
border-color css
<style>
span { border-color: #CFE180; }
span { border-color: rgb(207,225,128); }
td.TdClassName
{
border-color: #CFE180;
}
.TagClassName
{
border-color: #CFE180;
}
</style>