Shades of Kelly Green #23BC07
Tints of Kelly Green #23BC07
RGB
CMYK
RGB Variations
Color information
#23BC07 (or 0x23BC07) is known color: Kelly Green. HEX triplet: 23, BC and 07. RGB value is (35,188,7). Sum of RGB (Red+Green+Blue) = 35+188+7=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 188 (73.83% from 255 or 81.74% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 188 - color contains mainly: green. Hex color #23BC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23BC07 is #DC43F8. Grayscale: #7A7A7A. Windows color (decimal): -14435321 or 506915. OLE color: 506915.
HSL color Cylindrical-coordinate representation of color #23BC07: hue angle of 110.72º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #23BC07 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 188 | 7 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.26 |
| HSL | 110.72º | 0.93% | 0.38% | - |
| HSV(B) | 110.72º | 0.96% | 0.74% | - |
| XYZ | 18.71 | 36.34 | 6.23 | - |
| YUV | 121.62 | 63.31 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 188 | 7 | 0.81 | 0 | 0.96 | 0.26 | 110.72 | 0.93 | 0.38 |
| Hex | 23 | BC | 7 | 51 | 0 | 60 | 1A | 6F | 5D | 26 |
| Octal | 43 | 274 | 7 | 121 | 0 | 140 | 32 | 157 | 135 | 46 |
| Binary | 100011 | 10111100 | 111 | 1010001 | 0 | 1100000 | 11010 | 1101111 | 1011101 | 100110 |
Color Harmonies of #23BC07
Complementary color
Monochromatic Colors of #23BC07
Black with #23BC07
Text Example
Text Example
White with #23BC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BC07; }
p { color: rgb(35,188,7); }
H1.HeaderClassName
{
color: #23BC07;
}
.AnyTagClassName
{
color: #23BC07;
}
</style>
background-color css
<style>
a { background-color: #23BC07; }
a { background-color: rgb(35,188,7); }
div.DivClassName
{
background-color: #23BC07;
}
.BgClassName
{
background-color: #23BC07;
}
</style>
border-color css
<style>
span { border-color: #23BC07; }
span { border-color: rgb(35,188,7); }
td.TdClassName
{
border-color: #23BC07;
}
.TagClassName
{
border-color: #23BC07;
}
</style>