Shades of Sulu #C3F07B
Tints of Sulu #C3F07B
RGB
CMYK
RGB Variations
Color information
#C3F07B (or 0xC3F07B) is known color: Sulu. HEX triplet: C3, F0 and 7B. RGB value is (195,240,123). Sum of RGB (Red+Green+Blue) = 195+240+123=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 123 (48.44% from 255 or 22.04% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F07B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F07B is #3C0F84. Grayscale: #D5D5D5. Windows color (decimal): -3936133 or 8122563. OLE color: 8122563.
HSL color Cylindrical-coordinate representation of color #C3F07B: hue angle of 83.08º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C3F07B is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 240 | 123 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.06 |
| HSL | 83.08º | 0.8% | 0.71% | - |
| HSV(B) | 83.08º | 0.49% | 0.94% | - |
| XYZ | 57.24 | 75.35 | 30.27 | - |
| YUV | 213.21 | 77.09 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 240 | 123 | 0.19 | 0 | 0.49 | 0.06 | 83.08 | 0.8 | 0.71 |
| Hex | C3 | F0 | 7B | 13 | 0 | 31 | 6 | 53 | 50 | 47 |
| Octal | 303 | 360 | 173 | 23 | 0 | 61 | 6 | 123 | 120 | 107 |
| Binary | 11000011 | 11110000 | 1111011 | 10011 | 0 | 110001 | 110 | 1010011 | 1010000 | 1000111 |
Color Harmonies of #C3F07B
Complementary color
Monochromatic Colors of #C3F07B
Black with #C3F07B
Text Example
Text Example
White with #C3F07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F07B; }
p { color: rgb(195,240,123); }
H1.HeaderClassName
{
color: #C3F07B;
}
.AnyTagClassName
{
color: #C3F07B;
}
</style>
background-color css
<style>
a { background-color: #C3F07B; }
a { background-color: rgb(195,240,123); }
div.DivClassName
{
background-color: #C3F07B;
}
.BgClassName
{
background-color: #C3F07B;
}
</style>
border-color css
<style>
span { border-color: #C3F07B; }
span { border-color: rgb(195,240,123); }
td.TdClassName
{
border-color: #C3F07B;
}
.TagClassName
{
border-color: #C3F07B;
}
</style>