Shades of Sulu #CFE37F
Tints of Sulu #CFE37F
RGB
CMYK
RGB Variations
Color information
#CFE37F (or 0xCFE37F) is known color: Sulu. HEX triplet: CF, E3 and 7F. RGB value is (207,227,127). Sum of RGB (Red+Green+Blue) = 207+227+127=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 127 (50% from 255 or 22.64% from 561); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE37F is #301C80. Grayscale: #D2D2D2. Windows color (decimal): -3153025 or 8381391. OLE color: 8381391.
HSL color Cylindrical-coordinate representation of color #CFE37F: hue angle of 72º degrees, saturation: 0.64, 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 #CFE37F is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 127 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.11 |
| HSL | 72º | 0.64% | 0.69% | - |
| HSV(B) | 72º | 0.44% | 0.89% | - |
| XYZ | 57.03 | 69.74 | 30.53 | - |
| YUV | 209.62 | 81.37 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 127 | 0.09 | 0 | 0.44 | 0.11 | 72 | 0.64 | 0.69 |
| Hex | CF | E3 | 7F | 9 | 0 | 2C | B | 48 | 40 | 45 |
| Octal | 317 | 343 | 177 | 11 | 0 | 54 | 13 | 110 | 100 | 105 |
| Binary | 11001111 | 11100011 | 1111111 | 1001 | 0 | 101100 | 1011 | 1001000 | 1000000 | 1000101 |
Color Harmonies of #CFE37F
Complementary color
Monochromatic Colors of #CFE37F
Black with #CFE37F
Text Example
Text Example
White with #CFE37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE37F; }
p { color: rgb(207,227,127); }
H1.HeaderClassName
{
color: #CFE37F;
}
.AnyTagClassName
{
color: #CFE37F;
}
</style>
background-color css
<style>
a { background-color: #CFE37F; }
a { background-color: rgb(207,227,127); }
div.DivClassName
{
background-color: #CFE37F;
}
.BgClassName
{
background-color: #CFE37F;
}
</style>
border-color css
<style>
span { border-color: #CFE37F; }
span { border-color: rgb(207,227,127); }
td.TdClassName
{
border-color: #CFE37F;
}
.TagClassName
{
border-color: #CFE37F;
}
</style>