Shades of Sulu #C0F382
Tints of Sulu #C0F382
RGB
CMYK
RGB Variations
Color information
#C0F382 (or 0xC0F382) is known color: Sulu. HEX triplet: C0, F3 and 82. RGB value is (192,243,130). Sum of RGB (Red+Green+Blue) = 192+243+130=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F382 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F382 is #3F0C7D. Grayscale: #D7D7D7. Windows color (decimal): -4131966 or 8582080. OLE color: 8582080.
HSL color Cylindrical-coordinate representation of color #C0F382: hue angle of 87.08º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0F382 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 130 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.05 |
| HSL | 87.08º | 0.82% | 0.73% | - |
| HSV(B) | 87.08º | 0.47% | 0.95% | - |
| XYZ | 57.82 | 76.92 | 32.92 | - |
| YUV | 214.87 | 80.1 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 130 | 0.21 | 0 | 0.47 | 0.05 | 87.08 | 0.82 | 0.73 |
| Hex | C0 | F3 | 82 | 15 | 0 | 2F | 5 | 57 | 52 | 49 |
| Octal | 300 | 363 | 202 | 25 | 0 | 57 | 5 | 127 | 122 | 111 |
| Binary | 11000000 | 11110011 | 10000010 | 10101 | 0 | 101111 | 101 | 1010111 | 1010010 | 1001001 |
Color Harmonies of #C0F382
Complementary color
Monochromatic Colors of #C0F382
Black with #C0F382
Text Example
Text Example
White with #C0F382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F382; }
p { color: rgb(192,243,130); }
H1.HeaderClassName
{
color: #C0F382;
}
.AnyTagClassName
{
color: #C0F382;
}
</style>
background-color css
<style>
a { background-color: #C0F382; }
a { background-color: rgb(192,243,130); }
div.DivClassName
{
background-color: #C0F382;
}
.BgClassName
{
background-color: #C0F382;
}
</style>
border-color css
<style>
span { border-color: #C0F382; }
span { border-color: rgb(192,243,130); }
td.TdClassName
{
border-color: #C0F382;
}
.TagClassName
{
border-color: #C0F382;
}
</style>