Shades of Sulu #CFE57C
Tints of Sulu #CFE57C
RGB
CMYK
RGB Variations
Color information
#CFE57C (or 0xCFE57C) is known color: Sulu. HEX triplet: CF, E5 and 7C. RGB value is (207,229,124). Sum of RGB (Red+Green+Blue) = 207+229+124=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 124 (48.83% from 255 or 22.14% from 560); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE57C is #301A83. Grayscale: #D2D2D2. Windows color (decimal): -3152516 or 8185295. OLE color: 8185295.
HSL color Cylindrical-coordinate representation of color #CFE57C: hue angle of 72.57º 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 #CFE57C is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 124 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.10 |
| HSL | 72.57º | 0.67% | 0.69% | - |
| HSV(B) | 72.57º | 0.46% | 0.9% | - |
| XYZ | 57.39 | 70.76 | 29.7 | - |
| YUV | 210.45 | 79.21 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 124 | 0.10 | 0 | 0.46 | 0.10 | 72.57 | 0.67 | 0.69 |
| Hex | CF | E5 | 7C | A | 0 | 2E | A | 49 | 43 | 45 |
| Octal | 317 | 345 | 174 | 12 | 0 | 56 | 12 | 111 | 103 | 105 |
| Binary | 11001111 | 11100101 | 1111100 | 1010 | 0 | 101110 | 1010 | 1001001 | 1000011 | 1000101 |
Color Harmonies of #CFE57C
Complementary color
Monochromatic Colors of #CFE57C
Black with #CFE57C
Text Example
Text Example
White with #CFE57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE57C; }
p { color: rgb(207,229,124); }
H1.HeaderClassName
{
color: #CFE57C;
}
.AnyTagClassName
{
color: #CFE57C;
}
</style>
background-color css
<style>
a { background-color: #CFE57C; }
a { background-color: rgb(207,229,124); }
div.DivClassName
{
background-color: #CFE57C;
}
.BgClassName
{
background-color: #CFE57C;
}
</style>
border-color css
<style>
span { border-color: #CFE57C; }
span { border-color: rgb(207,229,124); }
td.TdClassName
{
border-color: #CFE57C;
}
.TagClassName
{
border-color: #CFE57C;
}
</style>