Shades of Sulu #C2F06B
Tints of Sulu #C2F06B
RGB
CMYK
RGB Variations
Color information
#C2F06B (or 0xC2F06B) is known color: Sulu. HEX triplet: C2, F0 and 6B. RGB value is (194,240,107). Sum of RGB (Red+Green+Blue) = 194+240+107=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F06B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F06B is #3D0F94. Grayscale: #D3D3D3. Windows color (decimal): -4001685 or 7073986. OLE color: 7073986.
HSL color Cylindrical-coordinate representation of color #C2F06B: hue angle of 80.75º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2F06B is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 240 | 107 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.06 |
| HSL | 80.75º | 0.82% | 0.68% | - |
| HSV(B) | 80.75º | 0.55% | 0.94% | - |
| XYZ | 56.06 | 74.85 | 25.4 | - |
| YUV | 211.08 | 69.26 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 240 | 107 | 0.19 | 0 | 0.55 | 0.06 | 80.75 | 0.82 | 0.68 |
| Hex | C2 | F0 | 6B | 13 | 0 | 37 | 6 | 51 | 52 | 44 |
| Octal | 302 | 360 | 153 | 23 | 0 | 67 | 6 | 121 | 122 | 104 |
| Binary | 11000010 | 11110000 | 1101011 | 10011 | 0 | 110111 | 110 | 1010001 | 1010010 | 1000100 |
Color Harmonies of #C2F06B
Complementary color
Monochromatic Colors of #C2F06B
Black with #C2F06B
Text Example
Text Example
White with #C2F06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F06B; }
p { color: rgb(194,240,107); }
H1.HeaderClassName
{
color: #C2F06B;
}
.AnyTagClassName
{
color: #C2F06B;
}
</style>
background-color css
<style>
a { background-color: #C2F06B; }
a { background-color: rgb(194,240,107); }
div.DivClassName
{
background-color: #C2F06B;
}
.BgClassName
{
background-color: #C2F06B;
}
</style>
border-color css
<style>
span { border-color: #C2F06B; }
span { border-color: rgb(194,240,107); }
td.TdClassName
{
border-color: #C2F06B;
}
.TagClassName
{
border-color: #C2F06B;
}
</style>