Shades of Sulu #C3EF70
Tints of Sulu #C3EF70
RGB
CMYK
RGB Variations
Color information
#C3EF70 (or 0xC3EF70) is known color: Sulu. HEX triplet: C3, EF and 70. RGB value is (195,239,112). Sum of RGB (Red+Green+Blue) = 195+239+112=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #C3EF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3EF70 is #3C108F. Grayscale: #D3D3D3. Windows color (decimal): -3936400 or 7401411. OLE color: 7401411.
HSL color Cylindrical-coordinate representation of color #C3EF70: hue angle of 80.79º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3EF70 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 239 | 112 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.06 |
| HSL | 80.79º | 0.8% | 0.69% | - |
| HSV(B) | 80.79º | 0.53% | 0.94% | - |
| XYZ | 56.3 | 74.5 | 26.74 | - |
| YUV | 211.37 | 71.92 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 239 | 112 | 0.18 | 0 | 0.53 | 0.06 | 80.79 | 0.8 | 0.69 |
| Hex | C3 | EF | 70 | 12 | 0 | 35 | 6 | 51 | 50 | 45 |
| Octal | 303 | 357 | 160 | 22 | 0 | 65 | 6 | 121 | 120 | 105 |
| Binary | 11000011 | 11101111 | 1110000 | 10010 | 0 | 110101 | 110 | 1010001 | 1010000 | 1000101 |
Color Harmonies of #C3EF70
Complementary color
Monochromatic Colors of #C3EF70
Black with #C3EF70
Text Example
Text Example
White with #C3EF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EF70; }
p { color: rgb(195,239,112); }
H1.HeaderClassName
{
color: #C3EF70;
}
.AnyTagClassName
{
color: #C3EF70;
}
</style>
background-color css
<style>
a { background-color: #C3EF70; }
a { background-color: rgb(195,239,112); }
div.DivClassName
{
background-color: #C3EF70;
}
.BgClassName
{
background-color: #C3EF70;
}
</style>
border-color css
<style>
span { border-color: #C3EF70; }
span { border-color: rgb(195,239,112); }
td.TdClassName
{
border-color: #C3EF70;
}
.TagClassName
{
border-color: #C3EF70;
}
</style>