Shades of Sulu #C0F27D
Tints of Sulu #C0F27D
RGB
CMYK
RGB Variations
Color information
#C0F27D (or 0xC0F27D) is known color: Sulu. HEX triplet: C0, F2 and 7D. RGB value is (192,242,125). Sum of RGB (Red+Green+Blue) = 192+242+125=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 125 (49.22% from 255 or 22.36% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F27D is #3F0D82. Grayscale: #D6D6D6. Windows color (decimal): -4132227 or 8254144. OLE color: 8254144.
HSL color Cylindrical-coordinate representation of color #C0F27D: hue angle of 85.64º 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 #C0F27D is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 125 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.05 |
| HSL | 85.64º | 0.82% | 0.72% | - |
| HSV(B) | 85.64º | 0.48% | 0.95% | - |
| XYZ | 57.19 | 76.19 | 31.09 | - |
| YUV | 213.71 | 77.94 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 125 | 0.21 | 0 | 0.48 | 0.05 | 85.64 | 0.82 | 0.72 |
| Hex | C0 | F2 | 7D | 15 | 0 | 30 | 5 | 56 | 52 | 48 |
| Octal | 300 | 362 | 175 | 25 | 0 | 60 | 5 | 126 | 122 | 110 |
| Binary | 11000000 | 11110010 | 1111101 | 10101 | 0 | 110000 | 101 | 1010110 | 1010010 | 1001000 |
Color Harmonies of #C0F27D
Complementary color
Monochromatic Colors of #C0F27D
Black with #C0F27D
Text Example
Text Example
White with #C0F27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F27D; }
p { color: rgb(192,242,125); }
H1.HeaderClassName
{
color: #C0F27D;
}
.AnyTagClassName
{
color: #C0F27D;
}
</style>
background-color css
<style>
a { background-color: #C0F27D; }
a { background-color: rgb(192,242,125); }
div.DivClassName
{
background-color: #C0F27D;
}
.BgClassName
{
background-color: #C0F27D;
}
</style>
border-color css
<style>
span { border-color: #C0F27D; }
span { border-color: rgb(192,242,125); }
td.TdClassName
{
border-color: #C0F27D;
}
.TagClassName
{
border-color: #C0F27D;
}
</style>