Shades of Sulu #C2F67B
Tints of Sulu #C2F67B
RGB
CMYK
RGB Variations
Color information
#C2F67B (or 0xC2F67B) is known color: Sulu. HEX triplet: C2, F6 and 7B. RGB value is (194,246,123). Sum of RGB (Red+Green+Blue) = 194+246+123=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 246 (96.48% from 255 or 43.69% from 563); Blue value is 123 (48.44% from 255 or 21.85% from 563); Max value from RGB is 246 - color contains mainly: green. Hex color #C2F67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F67B is #3D0984. Grayscale: #D8D8D8. Windows color (decimal): -4000133 or 8124098. OLE color: 8124098.
HSL color Cylindrical-coordinate representation of color #C2F67B: hue angle of 85.37º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2F67B is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 246 | 123 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.04 |
| HSL | 85.37º | 0.87% | 0.72% | - |
| HSV(B) | 85.37º | 0.5% | 0.96% | - |
| XYZ | 58.78 | 78.81 | 30.85 | - |
| YUV | 216.43 | 75.27 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 246 | 123 | 0.21 | 0 | 0.50 | 0.04 | 85.37 | 0.87 | 0.72 |
| Hex | C2 | F6 | 7B | 15 | 0 | 32 | 4 | 55 | 57 | 48 |
| Octal | 302 | 366 | 173 | 25 | 0 | 62 | 4 | 125 | 127 | 110 |
| Binary | 11000010 | 11110110 | 1111011 | 10101 | 0 | 110010 | 100 | 1010101 | 1010111 | 1001000 |
Color Harmonies of #C2F67B
Complementary color
Monochromatic Colors of #C2F67B
Black with #C2F67B
Text Example
Text Example
White with #C2F67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F67B; }
p { color: rgb(194,246,123); }
H1.HeaderClassName
{
color: #C2F67B;
}
.AnyTagClassName
{
color: #C2F67B;
}
</style>
background-color css
<style>
a { background-color: #C2F67B; }
a { background-color: rgb(194,246,123); }
div.DivClassName
{
background-color: #C2F67B;
}
.BgClassName
{
background-color: #C2F67B;
}
</style>
border-color css
<style>
span { border-color: #C2F67B; }
span { border-color: rgb(194,246,123); }
td.TdClassName
{
border-color: #C2F67B;
}
.TagClassName
{
border-color: #C2F67B;
}
</style>