Shades of Sulu #CFE57B
Tints of Sulu #CFE57B
RGB
CMYK
RGB Variations
Color information
#CFE57B (or 0xCFE57B) is known color: Sulu. HEX triplet: CF, E5 and 7B. RGB value is (207,229,123). Sum of RGB (Red+Green+Blue) = 207+229+123=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 123 (48.44% from 255 or 22.00% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE57B is #301A84. Grayscale: #D2D2D2. Windows color (decimal): -3152517 or 8119759. OLE color: 8119759.
HSL color Cylindrical-coordinate representation of color #CFE57B: hue angle of 72.45º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFE57B is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 123 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.10 |
| HSL | 72.45º | 0.67% | 0.69% | - |
| HSV(B) | 72.45º | 0.46% | 0.9% | - |
| XYZ | 57.33 | 70.73 | 29.37 | - |
| YUV | 210.34 | 78.71 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 123 | 0.10 | 0 | 0.46 | 0.10 | 72.45 | 0.67 | 0.69 |
| Hex | CF | E5 | 7B | A | 0 | 2E | A | 48 | 43 | 45 |
| Octal | 317 | 345 | 173 | 12 | 0 | 56 | 12 | 110 | 103 | 105 |
| Binary | 11001111 | 11100101 | 1111011 | 1010 | 0 | 101110 | 1010 | 1001000 | 1000011 | 1000101 |
Color Harmonies of #CFE57B
Complementary color
Monochromatic Colors of #CFE57B
Black with #CFE57B
Text Example
Text Example
White with #CFE57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE57B; }
p { color: rgb(207,229,123); }
H1.HeaderClassName
{
color: #CFE57B;
}
.AnyTagClassName
{
color: #CFE57B;
}
</style>
background-color css
<style>
a { background-color: #CFE57B; }
a { background-color: rgb(207,229,123); }
div.DivClassName
{
background-color: #CFE57B;
}
.BgClassName
{
background-color: #CFE57B;
}
</style>
border-color css
<style>
span { border-color: #CFE57B; }
span { border-color: rgb(207,229,123); }
td.TdClassName
{
border-color: #CFE57B;
}
.TagClassName
{
border-color: #CFE57B;
}
</style>