Shades of Sulu #C3F27E
Tints of Sulu #C3F27E
RGB
CMYK
RGB Variations
Color information
#C3F27E (or 0xC3F27E) is known color: Sulu. HEX triplet: C3, F2 and 7E. RGB value is (195,242,126). Sum of RGB (Red+Green+Blue) = 195+242+126=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 126 (49.61% from 255 or 22.38% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F27E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F27E is #3C0D81. Grayscale: #D7D7D7. Windows color (decimal): -3935618 or 8319683. OLE color: 8319683.
HSL color Cylindrical-coordinate representation of color #C3F27E: hue angle of 84.31º 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 #C3F27E is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 242 | 126 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.05 |
| HSL | 84.31º | 0.82% | 0.72% | - |
| HSV(B) | 84.31º | 0.48% | 0.95% | - |
| XYZ | 58.02 | 76.61 | 31.47 | - |
| YUV | 214.72 | 77.93 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 242 | 126 | 0.19 | 0 | 0.48 | 0.05 | 84.31 | 0.82 | 0.72 |
| Hex | C3 | F2 | 7E | 13 | 0 | 30 | 5 | 54 | 52 | 48 |
| Octal | 303 | 362 | 176 | 23 | 0 | 60 | 5 | 124 | 122 | 110 |
| Binary | 11000011 | 11110010 | 1111110 | 10011 | 0 | 110000 | 101 | 1010100 | 1010010 | 1001000 |
Color Harmonies of #C3F27E
Complementary color
Monochromatic Colors of #C3F27E
Black with #C3F27E
Text Example
Text Example
White with #C3F27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F27E; }
p { color: rgb(195,242,126); }
H1.HeaderClassName
{
color: #C3F27E;
}
.AnyTagClassName
{
color: #C3F27E;
}
</style>
background-color css
<style>
a { background-color: #C3F27E; }
a { background-color: rgb(195,242,126); }
div.DivClassName
{
background-color: #C3F27E;
}
.BgClassName
{
background-color: #C3F27E;
}
</style>
border-color css
<style>
span { border-color: #C3F27E; }
span { border-color: rgb(195,242,126); }
td.TdClassName
{
border-color: #C3F27E;
}
.TagClassName
{
border-color: #C3F27E;
}
</style>