Shades of Sulu #C2F27B
Tints of Sulu #C2F27B
RGB
CMYK
RGB Variations
Color information
#C2F27B (or 0xC2F27B) is known color: Sulu. HEX triplet: C2, F2 and 7B. RGB value is (194,242,123). Sum of RGB (Red+Green+Blue) = 194+242+123=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 123 (48.44% from 255 or 22.00% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F27B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F27B is #3D0D84. Grayscale: #D6D6D6. Windows color (decimal): -4001157 or 8123074. OLE color: 8123074.
HSL color Cylindrical-coordinate representation of color #C2F27B: hue angle of 84.2º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2F27B is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 242 | 123 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.05 |
| HSL | 84.2º | 0.82% | 0.72% | - |
| HSV(B) | 84.2º | 0.49% | 0.95% | - |
| XYZ | 57.58 | 76.4 | 30.45 | - |
| YUV | 214.08 | 76.6 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 123 | 0.20 | 0 | 0.49 | 0.05 | 84.2 | 0.82 | 0.72 |
| Hex | C2 | F2 | 7B | 14 | 0 | 31 | 5 | 54 | 52 | 48 |
| Octal | 302 | 362 | 173 | 24 | 0 | 61 | 5 | 124 | 122 | 110 |
| Binary | 11000010 | 11110010 | 1111011 | 10100 | 0 | 110001 | 101 | 1010100 | 1010010 | 1001000 |
Color Harmonies of #C2F27B
Complementary color
Monochromatic Colors of #C2F27B
Black with #C2F27B
Text Example
Text Example
White with #C2F27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F27B; }
p { color: rgb(194,242,123); }
H1.HeaderClassName
{
color: #C2F27B;
}
.AnyTagClassName
{
color: #C2F27B;
}
</style>
background-color css
<style>
a { background-color: #C2F27B; }
a { background-color: rgb(194,242,123); }
div.DivClassName
{
background-color: #C2F27B;
}
.BgClassName
{
background-color: #C2F27B;
}
</style>
border-color css
<style>
span { border-color: #C2F27B; }
span { border-color: rgb(194,242,123); }
td.TdClassName
{
border-color: #C2F27B;
}
.TagClassName
{
border-color: #C2F27B;
}
</style>