Shades of Sulu #CFE58B
Tints of Sulu #CFE58B
RGB
CMYK
RGB Variations
Color information
#CFE58B (or 0xCFE58B) is known color: Sulu. HEX triplet: CF, E5 and 8B. RGB value is (207,229,139). Sum of RGB (Red+Green+Blue) = 207+229+139=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 139 (54.69% from 255 or 24.17% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE58B is #301A74. Grayscale: #D4D4D4. Windows color (decimal): -3152501 or 9168335. OLE color: 9168335.
HSL color Cylindrical-coordinate representation of color #CFE58B: hue angle of 74.67º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFE58B is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 139 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.10 |
| HSL | 74.67º | 0.63% | 0.72% | - |
| HSV(B) | 74.67º | 0.39% | 0.9% | - |
| XYZ | 58.41 | 71.17 | 35.08 | - |
| YUV | 212.16 | 86.71 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 139 | 0.10 | 0 | 0.39 | 0.10 | 74.67 | 0.63 | 0.72 |
| Hex | CF | E5 | 8B | A | 0 | 27 | A | 4B | 3F | 48 |
| Octal | 317 | 345 | 213 | 12 | 0 | 47 | 12 | 113 | 77 | 110 |
| Binary | 11001111 | 11100101 | 10001011 | 1010 | 0 | 100111 | 1010 | 1001011 | 111111 | 1001000 |
Color Harmonies of #CFE58B
Complementary color
Monochromatic Colors of #CFE58B
Black with #CFE58B
Text Example
Text Example
White with #CFE58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE58B; }
p { color: rgb(207,229,139); }
H1.HeaderClassName
{
color: #CFE58B;
}
.AnyTagClassName
{
color: #CFE58B;
}
</style>
background-color css
<style>
a { background-color: #CFE58B; }
a { background-color: rgb(207,229,139); }
div.DivClassName
{
background-color: #CFE58B;
}
.BgClassName
{
background-color: #CFE58B;
}
</style>
border-color css
<style>
span { border-color: #CFE58B; }
span { border-color: rgb(207,229,139); }
td.TdClassName
{
border-color: #CFE58B;
}
.TagClassName
{
border-color: #CFE58B;
}
</style>