Shades of Sulu #C3F081
Tints of Sulu #C3F081
RGB
CMYK
RGB Variations
Color information
#C3F081 (or 0xC3F081) is known color: Sulu. HEX triplet: C3, F0 and 81. RGB value is (195,240,129). Sum of RGB (Red+Green+Blue) = 195+240+129=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 129 (50.78% from 255 or 22.87% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F081 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3F081 is #3C0F7E. Grayscale: #D6D6D6. Windows color (decimal): -3936127 or 8515779. OLE color: 8515779.
HSL color Cylindrical-coordinate representation of color #C3F081: hue angle of 84.32º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3F081 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 240 | 129 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.06 |
| HSL | 84.32º | 0.79% | 0.72% | - |
| HSV(B) | 84.32º | 0.46% | 0.94% | - |
| XYZ | 57.63 | 75.51 | 32.31 | - |
| YUV | 213.89 | 80.09 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 240 | 129 | 0.19 | 0 | 0.46 | 0.06 | 84.32 | 0.79 | 0.72 |
| Hex | C3 | F0 | 81 | 13 | 0 | 2E | 6 | 54 | 4F | 48 |
| Octal | 303 | 360 | 201 | 23 | 0 | 56 | 6 | 124 | 117 | 110 |
| Binary | 11000011 | 11110000 | 10000001 | 10011 | 0 | 101110 | 110 | 1010100 | 1001111 | 1001000 |
Color Harmonies of #C3F081
Complementary color
Monochromatic Colors of #C3F081
Black with #C3F081
Text Example
Text Example
White with #C3F081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F081; }
p { color: rgb(195,240,129); }
H1.HeaderClassName
{
color: #C3F081;
}
.AnyTagClassName
{
color: #C3F081;
}
</style>
background-color css
<style>
a { background-color: #C3F081; }
a { background-color: rgb(195,240,129); }
div.DivClassName
{
background-color: #C3F081;
}
.BgClassName
{
background-color: #C3F081;
}
</style>
border-color css
<style>
span { border-color: #C3F081; }
span { border-color: rgb(195,240,129); }
td.TdClassName
{
border-color: #C3F081;
}
.TagClassName
{
border-color: #C3F081;
}
</style>