Shades of Sulu #C3DA7F
Tints of Sulu #C3DA7F
RGB
CMYK
RGB Variations
Color information
#C3DA7F (or 0xC3DA7F) is known color: Sulu. HEX triplet: C3, DA and 7F. RGB value is (195,218,127). Sum of RGB (Red+Green+Blue) = 195+218+127=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #C3DA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DA7F is #3C2580. Grayscale: #C9C9C9. Windows color (decimal): -3941761 or 8379075. OLE color: 8379075.
HSL color Cylindrical-coordinate representation of color #C3DA7F: hue angle of 75.16º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3DA7F is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 218 | 127 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.15 |
| HSL | 75.16º | 0.55% | 0.68% | - |
| HSV(B) | 75.16º | 0.42% | 0.85% | - |
| XYZ | 51.41 | 63.28 | 29.58 | - |
| YUV | 200.75 | 86.38 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 218 | 127 | 0.11 | 0 | 0.42 | 0.15 | 75.16 | 0.55 | 0.68 |
| Hex | C3 | DA | 7F | B | 0 | 2A | F | 4B | 37 | 44 |
| Octal | 303 | 332 | 177 | 13 | 0 | 52 | 17 | 113 | 67 | 104 |
| Binary | 11000011 | 11011010 | 1111111 | 1011 | 0 | 101010 | 1111 | 1001011 | 110111 | 1000100 |
Color Harmonies of #C3DA7F
Complementary color
Monochromatic Colors of #C3DA7F
Black with #C3DA7F
Text Example
Text Example
White with #C3DA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DA7F; }
p { color: rgb(195,218,127); }
H1.HeaderClassName
{
color: #C3DA7F;
}
.AnyTagClassName
{
color: #C3DA7F;
}
</style>
background-color css
<style>
a { background-color: #C3DA7F; }
a { background-color: rgb(195,218,127); }
div.DivClassName
{
background-color: #C3DA7F;
}
.BgClassName
{
background-color: #C3DA7F;
}
</style>
border-color css
<style>
span { border-color: #C3DA7F; }
span { border-color: rgb(195,218,127); }
td.TdClassName
{
border-color: #C3DA7F;
}
.TagClassName
{
border-color: #C3DA7F;
}
</style>