Shades of Sulu #C0F37B
Tints of Sulu #C0F37B
RGB
CMYK
RGB Variations
Color information
#C0F37B (or 0xC0F37B) is known color: Sulu. HEX triplet: C0, F3 and 7B. RGB value is (192,243,123). Sum of RGB (Red+Green+Blue) = 192+243+123=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 123 (48.44% from 255 or 22.04% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F37B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F37B is #3F0C84. Grayscale: #D6D6D6. Windows color (decimal): -4131973 or 8123328. OLE color: 8123328.
HSL color Cylindrical-coordinate representation of color #C0F37B: hue angle of 85.5º degrees, saturation: 0.83, 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 #C0F37B is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 123 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.05 |
| HSL | 85.5º | 0.83% | 0.72% | - |
| HSV(B) | 85.5º | 0.49% | 0.95% | - |
| XYZ | 57.36 | 76.74 | 30.53 | - |
| YUV | 214.07 | 76.6 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 123 | 0.21 | 0 | 0.49 | 0.05 | 85.5 | 0.83 | 0.72 |
| Hex | C0 | F3 | 7B | 15 | 0 | 31 | 5 | 56 | 53 | 48 |
| Octal | 300 | 363 | 173 | 25 | 0 | 61 | 5 | 126 | 123 | 110 |
| Binary | 11000000 | 11110011 | 1111011 | 10101 | 0 | 110001 | 101 | 1010110 | 1010011 | 1001000 |
Color Harmonies of #C0F37B
Complementary color
Monochromatic Colors of #C0F37B
Black with #C0F37B
Text Example
Text Example
White with #C0F37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F37B; }
p { color: rgb(192,243,123); }
H1.HeaderClassName
{
color: #C0F37B;
}
.AnyTagClassName
{
color: #C0F37B;
}
</style>
background-color css
<style>
a { background-color: #C0F37B; }
a { background-color: rgb(192,243,123); }
div.DivClassName
{
background-color: #C0F37B;
}
.BgClassName
{
background-color: #C0F37B;
}
</style>
border-color css
<style>
span { border-color: #C0F37B; }
span { border-color: rgb(192,243,123); }
td.TdClassName
{
border-color: #C0F37B;
}
.TagClassName
{
border-color: #C0F37B;
}
</style>