Shades of Sulu #CFF27D
Tints of Sulu #CFF27D
RGB
CMYK
RGB Variations
Color information
#CFF27D (or 0xCFF27D) is known color: Sulu. HEX triplet: CF, F2 and 7D. RGB value is (207,242,125). Sum of RGB (Red+Green+Blue) = 207+242+125=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 125 (49.22% from 255 or 21.78% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF27D is #300D82. Grayscale: #DADADA. Windows color (decimal): -3149187 or 8254159. OLE color: 8254159.
HSL color Cylindrical-coordinate representation of color #CFF27D: hue angle of 77.95º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFF27D is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 125 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.05 |
| HSL | 77.95º | 0.82% | 0.72% | - |
| HSV(B) | 77.95º | 0.48% | 0.95% | - |
| XYZ | 61.19 | 78.25 | 31.28 | - |
| YUV | 218.2 | 75.4 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 125 | 0.14 | 0 | 0.48 | 0.05 | 77.95 | 0.82 | 0.72 |
| Hex | CF | F2 | 7D | E | 0 | 30 | 5 | 4E | 52 | 48 |
| Octal | 317 | 362 | 175 | 16 | 0 | 60 | 5 | 116 | 122 | 110 |
| Binary | 11001111 | 11110010 | 1111101 | 1110 | 0 | 110000 | 101 | 1001110 | 1010010 | 1001000 |
Color Harmonies of #CFF27D
Complementary color
Monochromatic Colors of #CFF27D
Black with #CFF27D
Text Example
Text Example
White with #CFF27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF27D; }
p { color: rgb(207,242,125); }
H1.HeaderClassName
{
color: #CFF27D;
}
.AnyTagClassName
{
color: #CFF27D;
}
</style>
background-color css
<style>
a { background-color: #CFF27D; }
a { background-color: rgb(207,242,125); }
div.DivClassName
{
background-color: #CFF27D;
}
.BgClassName
{
background-color: #CFF27D;
}
</style>
border-color css
<style>
span { border-color: #CFF27D; }
span { border-color: rgb(207,242,125); }
td.TdClassName
{
border-color: #CFF27D;
}
.TagClassName
{
border-color: #CFF27D;
}
</style>