Shades of Sulu #CFE38B
Tints of Sulu #CFE38B
RGB
CMYK
RGB Variations
Color information
#CFE38B (or 0xCFE38B) is known color: Sulu. HEX triplet: CF, E3 and 8B. RGB value is (207,227,139). Sum of RGB (Red+Green+Blue) = 207+227+139=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 139 (54.69% from 255 or 24.26% from 573); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE38B is #301C74. Grayscale: #D3D3D3. Windows color (decimal): -3153013 or 9167823. OLE color: 9167823.
HSL color Cylindrical-coordinate representation of color #CFE38B: hue angle of 73.64º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFE38B is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 139 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.11 |
| HSL | 73.64º | 0.61% | 0.72% | - |
| HSV(B) | 73.64º | 0.39% | 0.89% | - |
| XYZ | 57.86 | 70.07 | 34.9 | - |
| YUV | 210.99 | 87.37 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 139 | 0.09 | 0 | 0.39 | 0.11 | 73.64 | 0.61 | 0.72 |
| Hex | CF | E3 | 8B | 9 | 0 | 27 | B | 4A | 3D | 48 |
| Octal | 317 | 343 | 213 | 11 | 0 | 47 | 13 | 112 | 75 | 110 |
| Binary | 11001111 | 11100011 | 10001011 | 1001 | 0 | 100111 | 1011 | 1001010 | 111101 | 1001000 |
Color Harmonies of #CFE38B
Complementary color
Monochromatic Colors of #CFE38B
Black with #CFE38B
Text Example
Text Example
White with #CFE38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE38B; }
p { color: rgb(207,227,139); }
H1.HeaderClassName
{
color: #CFE38B;
}
.AnyTagClassName
{
color: #CFE38B;
}
</style>
background-color css
<style>
a { background-color: #CFE38B; }
a { background-color: rgb(207,227,139); }
div.DivClassName
{
background-color: #CFE38B;
}
.BgClassName
{
background-color: #CFE38B;
}
</style>
border-color css
<style>
span { border-color: #CFE38B; }
span { border-color: rgb(207,227,139); }
td.TdClassName
{
border-color: #CFE38B;
}
.TagClassName
{
border-color: #CFE38B;
}
</style>