Shades of Sulu #C2F065
Tints of Sulu #C2F065
RGB
CMYK
RGB Variations
Color information
#C2F065 (or 0xC2F065) is known color: Sulu. HEX triplet: C2, F0 and 65. RGB value is (194,240,101). Sum of RGB (Red+Green+Blue) = 194+240+101=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F065 is #3D0F9A. Grayscale: #D2D2D2. Windows color (decimal): -4001691 or 6680770. OLE color: 6680770.
HSL color Cylindrical-coordinate representation of color #C2F065: hue angle of 79.86º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2F065 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 240 | 101 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.06 |
| HSL | 79.86º | 0.82% | 0.67% | - |
| HSV(B) | 79.86º | 0.58% | 0.94% | - |
| XYZ | 55.76 | 74.73 | 23.8 | - |
| YUV | 210.4 | 66.26 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 240 | 101 | 0.19 | 0 | 0.58 | 0.06 | 79.86 | 0.82 | 0.67 |
| Hex | C2 | F0 | 65 | 13 | 0 | 3A | 6 | 50 | 52 | 43 |
| Octal | 302 | 360 | 145 | 23 | 0 | 72 | 6 | 120 | 122 | 103 |
| Binary | 11000010 | 11110000 | 1100101 | 10011 | 0 | 111010 | 110 | 1010000 | 1010010 | 1000011 |
Color Harmonies of #C2F065
Complementary color
Monochromatic Colors of #C2F065
Black with #C2F065
Text Example
Text Example
White with #C2F065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F065; }
p { color: rgb(194,240,101); }
H1.HeaderClassName
{
color: #C2F065;
}
.AnyTagClassName
{
color: #C2F065;
}
</style>
background-color css
<style>
a { background-color: #C2F065; }
a { background-color: rgb(194,240,101); }
div.DivClassName
{
background-color: #C2F065;
}
.BgClassName
{
background-color: #C2F065;
}
</style>
border-color css
<style>
span { border-color: #C2F065; }
span { border-color: rgb(194,240,101); }
td.TdClassName
{
border-color: #C2F065;
}
.TagClassName
{
border-color: #C2F065;
}
</style>