Shades of Sulu #CFF27B
Tints of Sulu #CFF27B
RGB
CMYK
RGB Variations
Color information
#CFF27B (or 0xCFF27B) is known color: Sulu. HEX triplet: CF, F2 and 7B. RGB value is (207,242,123). Sum of RGB (Red+Green+Blue) = 207+242+123=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 123 (48.44% from 255 or 21.50% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF27B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF27B is #300D84. Grayscale: #DADADA. Windows color (decimal): -3149189 or 8123087. OLE color: 8123087.
HSL color Cylindrical-coordinate representation of color #CFF27B: hue angle of 77.65º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFF27B is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 123 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.05 |
| HSL | 77.65º | 0.82% | 0.72% | - |
| HSV(B) | 77.65º | 0.49% | 0.95% | - |
| XYZ | 61.06 | 78.2 | 30.61 | - |
| YUV | 217.97 | 74.4 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 123 | 0.14 | 0 | 0.49 | 0.05 | 77.65 | 0.82 | 0.72 |
| Hex | CF | F2 | 7B | E | 0 | 31 | 5 | 4E | 52 | 48 |
| Octal | 317 | 362 | 173 | 16 | 0 | 61 | 5 | 116 | 122 | 110 |
| Binary | 11001111 | 11110010 | 1111011 | 1110 | 0 | 110001 | 101 | 1001110 | 1010010 | 1001000 |
Color Harmonies of #CFF27B
Complementary color
Monochromatic Colors of #CFF27B
Black with #CFF27B
Text Example
Text Example
White with #CFF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF27B; }
p { color: rgb(207,242,123); }
H1.HeaderClassName
{
color: #CFF27B;
}
.AnyTagClassName
{
color: #CFF27B;
}
</style>
background-color css
<style>
a { background-color: #CFF27B; }
a { background-color: rgb(207,242,123); }
div.DivClassName
{
background-color: #CFF27B;
}
.BgClassName
{
background-color: #CFF27B;
}
</style>
border-color css
<style>
span { border-color: #CFF27B; }
span { border-color: rgb(207,242,123); }
td.TdClassName
{
border-color: #CFF27B;
}
.TagClassName
{
border-color: #CFF27B;
}
</style>