Shades of Sulu #CEFA7A
Tints of Sulu #CEFA7A
RGB
CMYK
RGB Variations
Color information
#CEFA7A (or 0xCEFA7A) is known color: Sulu. HEX triplet: CE, FA and 7A. RGB value is (206,250,122). Sum of RGB (Red+Green+Blue) = 206+250+122=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 122 (48.05% from 255 or 21.11% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFA7A is #310585. Grayscale: #DEDEDE. Windows color (decimal): -3212678 or 8059598. OLE color: 8059598.
HSL color Cylindrical-coordinate representation of color #CEFA7A: hue angle of 80.62º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEFA7A is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 122 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.02 |
| HSL | 80.63º | 0.93% | 0.73% | - |
| HSV(B) | 80.63º | 0.51% | 0.98% | - |
| XYZ | 63.15 | 82.9 | 31.08 | - |
| YUV | 222.25 | 71.42 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 122 | 0.18 | 0 | 0.51 | 0.02 | 80.63 | 0.93 | 0.73 |
| Hex | CE | FA | 7A | 12 | 0 | 33 | 2 | 51 | 5D | 49 |
| Octal | 316 | 372 | 172 | 22 | 0 | 63 | 2 | 121 | 135 | 111 |
| Binary | 11001110 | 11111010 | 1111010 | 10010 | 0 | 110011 | 10 | 1010001 | 1011101 | 1001001 |
Color Harmonies of #CEFA7A
Complementary color
Monochromatic Colors of #CEFA7A
Black with #CEFA7A
Text Example
Text Example
White with #CEFA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA7A; }
p { color: rgb(206,250,122); }
H1.HeaderClassName
{
color: #CEFA7A;
}
.AnyTagClassName
{
color: #CEFA7A;
}
</style>
background-color css
<style>
a { background-color: #CEFA7A; }
a { background-color: rgb(206,250,122); }
div.DivClassName
{
background-color: #CEFA7A;
}
.BgClassName
{
background-color: #CEFA7A;
}
</style>
border-color css
<style>
span { border-color: #CEFA7A; }
span { border-color: rgb(206,250,122); }
td.TdClassName
{
border-color: #CEFA7A;
}
.TagClassName
{
border-color: #CEFA7A;
}
</style>