Shades of Yellow Green #83CF38
Tints of Yellow Green #83CF38
RGB
CMYK
RGB Variations
Color information
#83CF38 (or 0x83CF38) is known color: Yellow Green. HEX triplet: 83, CF and 38. RGB value is (131,207,56). Sum of RGB (Red+Green+Blue) = 131+207+56=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 207 (81.25% from 255 or 52.54% from 394); Blue value is 56 (22.27% from 255 or 14.21% from 394); Max value from RGB is 207 - color contains mainly: green. Hex color #83CF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CF38 is #7C30C7. Grayscale: #A7A7A7. Windows color (decimal): -8138952 or 3723139. OLE color: 3723139.
HSL color Cylindrical-coordinate representation of color #83CF38: hue angle of 90.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83CF38 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 207 | 56 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.19 |
| HSL | 90.2º | 0.61% | 0.52% | - |
| HSV(B) | 90.2º | 0.73% | 0.81% | - |
| XYZ | 32.39 | 49.74 | 11.63 | - |
| YUV | 167.06 | 65.32 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 207 | 56 | 0.37 | 0 | 0.73 | 0.19 | 90.2 | 0.61 | 0.52 |
| Hex | 83 | CF | 38 | 25 | 0 | 49 | 13 | 5A | 3D | 34 |
| Octal | 203 | 317 | 70 | 45 | 0 | 111 | 23 | 132 | 75 | 64 |
| Binary | 10000011 | 11001111 | 111000 | 100101 | 0 | 1001001 | 10011 | 1011010 | 111101 | 110100 |
Color Harmonies of #83CF38
Complementary color
Monochromatic Colors of #83CF38
Black with #83CF38
Text Example
Text Example
White with #83CF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CF38; }
p { color: rgb(131,207,56); }
H1.HeaderClassName
{
color: #83CF38;
}
.AnyTagClassName
{
color: #83CF38;
}
</style>
background-color css
<style>
a { background-color: #83CF38; }
a { background-color: rgb(131,207,56); }
div.DivClassName
{
background-color: #83CF38;
}
.BgClassName
{
background-color: #83CF38;
}
</style>
border-color css
<style>
span { border-color: #83CF38; }
span { border-color: rgb(131,207,56); }
td.TdClassName
{
border-color: #83CF38;
}
.TagClassName
{
border-color: #83CF38;
}
</style>