Shades of Sulu #CFE28B
Tints of Sulu #CFE28B
RGB
CMYK
RGB Variations
Color information
#CFE28B (or 0xCFE28B) is known color: Sulu. HEX triplet: CF, E2 and 8B. RGB value is (207,226,139). Sum of RGB (Red+Green+Blue) = 207+226+139=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 226 (88.67% from 255 or 39.51% from 572); Blue value is 139 (54.69% from 255 or 24.30% from 572); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE28B is #301D74. Grayscale: #D2D2D2. Windows color (decimal): -3153269 or 9167567. OLE color: 9167567.
HSL color Cylindrical-coordinate representation of color #CFE28B: hue angle of 73.1º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFE28B is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 139 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.11 |
| HSL | 73.1º | 0.6% | 0.72% | - |
| HSV(B) | 73.1º | 0.38% | 0.89% | - |
| XYZ | 57.59 | 69.52 | 34.81 | - |
| YUV | 210.4 | 87.71 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 139 | 0.08 | 0 | 0.38 | 0.11 | 73.1 | 0.6 | 0.72 |
| Hex | CF | E2 | 8B | 8 | 0 | 26 | B | 49 | 3C | 48 |
| Octal | 317 | 342 | 213 | 10 | 0 | 46 | 13 | 111 | 74 | 110 |
| Binary | 11001111 | 11100010 | 10001011 | 1000 | 0 | 100110 | 1011 | 1001001 | 111100 | 1001000 |
Color Harmonies of #CFE28B
Complementary color
Monochromatic Colors of #CFE28B
Black with #CFE28B
Text Example
Text Example
White with #CFE28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE28B; }
p { color: rgb(207,226,139); }
H1.HeaderClassName
{
color: #CFE28B;
}
.AnyTagClassName
{
color: #CFE28B;
}
</style>
background-color css
<style>
a { background-color: #CFE28B; }
a { background-color: rgb(207,226,139); }
div.DivClassName
{
background-color: #CFE28B;
}
.BgClassName
{
background-color: #CFE28B;
}
</style>
border-color css
<style>
span { border-color: #CFE28B; }
span { border-color: rgb(207,226,139); }
td.TdClassName
{
border-color: #CFE28B;
}
.TagClassName
{
border-color: #CFE28B;
}
</style>