Shades of Sulu #C2FD7B
Tints of Sulu #C2FD7B
RGB
CMYK
RGB Variations
Color information
#C2FD7B (or 0xC2FD7B) is known color: Sulu. HEX triplet: C2, FD and 7B. RGB value is (194,253,123). Sum of RGB (Red+Green+Blue) = 194+253+123=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 253 (99.22% from 255 or 44.39% from 570); Blue value is 123 (48.44% from 255 or 21.58% from 570); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FD7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FD7B is #3D0284. Grayscale: #DCDCDC. Windows color (decimal): -3998341 or 8125890. OLE color: 8125890.
HSL color Cylindrical-coordinate representation of color #C2FD7B: hue angle of 87.23º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2FD7B is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 123 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.01 |
| HSL | 87.23º | 0.97% | 0.74% | - |
| HSV(B) | 87.23º | 0.51% | 0.99% | - |
| XYZ | 60.95 | 83.15 | 31.58 | - |
| YUV | 220.54 | 72.95 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 123 | 0.23 | 0 | 0.51 | 0.01 | 87.23 | 0.97 | 0.74 |
| Hex | C2 | FD | 7B | 17 | 0 | 33 | 1 | 57 | 61 | 4A |
| Octal | 302 | 375 | 173 | 27 | 0 | 63 | 1 | 127 | 141 | 112 |
| Binary | 11000010 | 11111101 | 1111011 | 10111 | 0 | 110011 | 1 | 1010111 | 1100001 | 1001010 |
Color Harmonies of #C2FD7B
Complementary color
Monochromatic Colors of #C2FD7B
Black with #C2FD7B
Text Example
Text Example
White with #C2FD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FD7B; }
p { color: rgb(194,253,123); }
H1.HeaderClassName
{
color: #C2FD7B;
}
.AnyTagClassName
{
color: #C2FD7B;
}
</style>
background-color css
<style>
a { background-color: #C2FD7B; }
a { background-color: rgb(194,253,123); }
div.DivClassName
{
background-color: #C2FD7B;
}
.BgClassName
{
background-color: #C2FD7B;
}
</style>
border-color css
<style>
span { border-color: #C2FD7B; }
span { border-color: rgb(194,253,123); }
td.TdClassName
{
border-color: #C2FD7B;
}
.TagClassName
{
border-color: #C2FD7B;
}
</style>