Shades of Sulu #C3F26B
Tints of Sulu #C3F26B
RGB
CMYK
RGB Variations
Color information
#C3F26B (or 0xC3F26B) is known color: Sulu. HEX triplet: C3, F2 and 6B. RGB value is (195,242,107). Sum of RGB (Red+Green+Blue) = 195+242+107=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F26B is #3C0D94. Grayscale: #D5D5D5. Windows color (decimal): -3935637 or 7074499. OLE color: 7074499.
HSL color Cylindrical-coordinate representation of color #C3F26B: hue angle of 80.89º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3F26B is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 242 | 107 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.05 |
| HSL | 80.89º | 0.84% | 0.68% | - |
| HSV(B) | 80.89º | 0.56% | 0.95% | - |
| XYZ | 56.91 | 76.17 | 25.61 | - |
| YUV | 212.56 | 68.43 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 242 | 107 | 0.19 | 0 | 0.56 | 0.05 | 80.89 | 0.84 | 0.68 |
| Hex | C3 | F2 | 6B | 13 | 0 | 38 | 5 | 51 | 54 | 44 |
| Octal | 303 | 362 | 153 | 23 | 0 | 70 | 5 | 121 | 124 | 104 |
| Binary | 11000011 | 11110010 | 1101011 | 10011 | 0 | 111000 | 101 | 1010001 | 1010100 | 1000100 |
Color Harmonies of #C3F26B
Complementary color
Monochromatic Colors of #C3F26B
Black with #C3F26B
Text Example
Text Example
White with #C3F26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F26B; }
p { color: rgb(195,242,107); }
H1.HeaderClassName
{
color: #C3F26B;
}
.AnyTagClassName
{
color: #C3F26B;
}
</style>
background-color css
<style>
a { background-color: #C3F26B; }
a { background-color: rgb(195,242,107); }
div.DivClassName
{
background-color: #C3F26B;
}
.BgClassName
{
background-color: #C3F26B;
}
</style>
border-color css
<style>
span { border-color: #C3F26B; }
span { border-color: rgb(195,242,107); }
td.TdClassName
{
border-color: #C3F26B;
}
.TagClassName
{
border-color: #C3F26B;
}
</style>