Shades of Sulu #C3F07D
Tints of Sulu #C3F07D
RGB
CMYK
RGB Variations
Color information
#C3F07D (or 0xC3F07D) is known color: Sulu. HEX triplet: C3, F0 and 7D. RGB value is (195,240,125). Sum of RGB (Red+Green+Blue) = 195+240+125=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 125 (49.22% from 255 or 22.32% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F07D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F07D is #3C0F82. Grayscale: #D5D5D5. Windows color (decimal): -3936131 or 8253635. OLE color: 8253635.
HSL color Cylindrical-coordinate representation of color #C3F07D: hue angle of 83.48º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C3F07D is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 240 | 125 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.06 |
| HSL | 83.48º | 0.79% | 0.72% | - |
| HSV(B) | 83.48º | 0.48% | 0.94% | - |
| XYZ | 57.37 | 75.4 | 30.93 | - |
| YUV | 213.44 | 78.09 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 240 | 125 | 0.19 | 0 | 0.48 | 0.06 | 83.48 | 0.79 | 0.72 |
| Hex | C3 | F0 | 7D | 13 | 0 | 30 | 6 | 53 | 4F | 48 |
| Octal | 303 | 360 | 175 | 23 | 0 | 60 | 6 | 123 | 117 | 110 |
| Binary | 11000011 | 11110000 | 1111101 | 10011 | 0 | 110000 | 110 | 1010011 | 1001111 | 1001000 |
Color Harmonies of #C3F07D
Complementary color
Monochromatic Colors of #C3F07D
Black with #C3F07D
Text Example
Text Example
White with #C3F07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F07D; }
p { color: rgb(195,240,125); }
H1.HeaderClassName
{
color: #C3F07D;
}
.AnyTagClassName
{
color: #C3F07D;
}
</style>
background-color css
<style>
a { background-color: #C3F07D; }
a { background-color: rgb(195,240,125); }
div.DivClassName
{
background-color: #C3F07D;
}
.BgClassName
{
background-color: #C3F07D;
}
</style>
border-color css
<style>
span { border-color: #C3F07D; }
span { border-color: rgb(195,240,125); }
td.TdClassName
{
border-color: #C3F07D;
}
.TagClassName
{
border-color: #C3F07D;
}
</style>