Shades of Kelly Green #5CBD03
Tints of Kelly Green #5CBD03
RGB
CMYK
RGB Variations
Color information
#5CBD03 (or 0x5CBD03) is known color: Kelly Green. HEX triplet: 5C, BD and 03. RGB value is (92,189,3). Sum of RGB (Red+Green+Blue) = 92+189+3=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 189 (74.22% from 255 or 66.55% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 189 - color contains mainly: green. Hex color #5CBD03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CBD03 is #A342FC. Grayscale: #8B8B8B. Windows color (decimal): -10699517 or 245084. OLE color: 245084.
HSL color Cylindrical-coordinate representation of color #5CBD03: hue angle of 91.29º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5CBD03 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 189 | 3 | - |
| CMYK | 0.51 | 0 | 0.98 | 0.26 |
| HSL | 91.29º | 0.97% | 0.38% | - |
| HSV(B) | 91.29º | 0.98% | 0.74% | - |
| XYZ | 22.63 | 38.68 | 6.36 | - |
| YUV | 138.79 | 51.36 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 189 | 3 | 0.51 | 0 | 0.98 | 0.26 | 91.29 | 0.97 | 0.38 |
| Hex | 5C | BD | 3 | 33 | 0 | 62 | 1A | 5B | 61 | 26 |
| Octal | 134 | 275 | 3 | 63 | 0 | 142 | 32 | 133 | 141 | 46 |
| Binary | 1011100 | 10111101 | 11 | 110011 | 0 | 1100010 | 11010 | 1011011 | 1100001 | 100110 |
Color Harmonies of #5CBD03
Complementary color
Monochromatic Colors of #5CBD03
Black with #5CBD03
Text Example
Text Example
White with #5CBD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBD03; }
p { color: rgb(92,189,3); }
H1.HeaderClassName
{
color: #5CBD03;
}
.AnyTagClassName
{
color: #5CBD03;
}
</style>
background-color css
<style>
a { background-color: #5CBD03; }
a { background-color: rgb(92,189,3); }
div.DivClassName
{
background-color: #5CBD03;
}
.BgClassName
{
background-color: #5CBD03;
}
</style>
border-color css
<style>
span { border-color: #5CBD03; }
span { border-color: rgb(92,189,3); }
td.TdClassName
{
border-color: #5CBD03;
}
.TagClassName
{
border-color: #5CBD03;
}
</style>