Shades of Sulu #CEFA7B
Tints of Sulu #CEFA7B
RGB
CMYK
RGB Variations
Color information
#CEFA7B (or 0xCEFA7B) is known color: Sulu. HEX triplet: CE, FA and 7B. RGB value is (206,250,123). Sum of RGB (Red+Green+Blue) = 206+250+123=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 123 (48.44% from 255 or 21.24% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFA7B is #310584. Grayscale: #DEDEDE. Windows color (decimal): -3212677 or 8125134. OLE color: 8125134.
HSL color Cylindrical-coordinate representation of color #CEFA7B: hue angle of 80.79º 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 #CEFA7B is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 123 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.02 |
| HSL | 80.79º | 0.93% | 0.73% | - |
| HSV(B) | 80.79º | 0.51% | 0.98% | - |
| XYZ | 63.21 | 82.92 | 31.41 | - |
| YUV | 222.37 | 71.92 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 123 | 0.18 | 0 | 0.51 | 0.02 | 80.79 | 0.93 | 0.73 |
| Hex | CE | FA | 7B | 12 | 0 | 33 | 2 | 51 | 5D | 49 |
| Octal | 316 | 372 | 173 | 22 | 0 | 63 | 2 | 121 | 135 | 111 |
| Binary | 11001110 | 11111010 | 1111011 | 10010 | 0 | 110011 | 10 | 1010001 | 1011101 | 1001001 |
Color Harmonies of #CEFA7B
Complementary color
Monochromatic Colors of #CEFA7B
Black with #CEFA7B
Text Example
Text Example
White with #CEFA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA7B; }
p { color: rgb(206,250,123); }
H1.HeaderClassName
{
color: #CEFA7B;
}
.AnyTagClassName
{
color: #CEFA7B;
}
</style>
background-color css
<style>
a { background-color: #CEFA7B; }
a { background-color: rgb(206,250,123); }
div.DivClassName
{
background-color: #CEFA7B;
}
.BgClassName
{
background-color: #CEFA7B;
}
</style>
border-color css
<style>
span { border-color: #CEFA7B; }
span { border-color: rgb(206,250,123); }
td.TdClassName
{
border-color: #CEFA7B;
}
.TagClassName
{
border-color: #CEFA7B;
}
</style>