Shades of Sulu #C3FB7D
Tints of Sulu #C3FB7D
RGB
CMYK
RGB Variations
Color information
#C3FB7D (or 0xC3FB7D) is known color: Sulu. HEX triplet: C3, FB and 7D. RGB value is (195,251,125). Sum of RGB (Red+Green+Blue) = 195+251+125=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 251 (98.44% from 255 or 43.96% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 251 - color contains mainly: green. Hex color #C3FB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3FB7D is #3C0482. Grayscale: #DCDCDC. Windows color (decimal): -3933315 or 8256451. OLE color: 8256451.
HSL color Cylindrical-coordinate representation of color #C3FB7D: hue angle of 86.67º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3FB7D is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 251 | 125 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.02 |
| HSL | 86.67º | 0.94% | 0.74% | - |
| HSV(B) | 86.67º | 0.5% | 0.98% | - |
| XYZ | 60.7 | 82.08 | 32.05 | - |
| YUV | 219.89 | 74.45 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 251 | 125 | 0.22 | 0 | 0.50 | 0.02 | 86.67 | 0.94 | 0.74 |
| Hex | C3 | FB | 7D | 16 | 0 | 32 | 2 | 57 | 5E | 4A |
| Octal | 303 | 373 | 175 | 26 | 0 | 62 | 2 | 127 | 136 | 112 |
| Binary | 11000011 | 11111011 | 1111101 | 10110 | 0 | 110010 | 10 | 1010111 | 1011110 | 1001010 |
Color Harmonies of #C3FB7D
Complementary color
Monochromatic Colors of #C3FB7D
Black with #C3FB7D
Text Example
Text Example
White with #C3FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FB7D; }
p { color: rgb(195,251,125); }
H1.HeaderClassName
{
color: #C3FB7D;
}
.AnyTagClassName
{
color: #C3FB7D;
}
</style>
background-color css
<style>
a { background-color: #C3FB7D; }
a { background-color: rgb(195,251,125); }
div.DivClassName
{
background-color: #C3FB7D;
}
.BgClassName
{
background-color: #C3FB7D;
}
</style>
border-color css
<style>
span { border-color: #C3FB7D; }
span { border-color: rgb(195,251,125); }
td.TdClassName
{
border-color: #C3FB7D;
}
.TagClassName
{
border-color: #C3FB7D;
}
</style>