Shades of Yellow Green #81CF38
Tints of Yellow Green #81CF38
RGB
CMYK
RGB Variations
Color information
#81CF38 (or 0x81CF38) is known color: Yellow Green. HEX triplet: 81, CF and 38. RGB value is (129,207,56). Sum of RGB (Red+Green+Blue) = 129+207+56=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #81CF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CF38 is #7E30C7. Grayscale: #A6A6A6. Windows color (decimal): -8270024 or 3723137. OLE color: 3723137.
HSL color Cylindrical-coordinate representation of color #81CF38: hue angle of 90.99º 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 #81CF38 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 207 | 56 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.19 |
| HSL | 90.99º | 0.61% | 0.52% | - |
| HSV(B) | 90.99º | 0.73% | 0.81% | - |
| XYZ | 32.08 | 49.58 | 11.62 | - |
| YUV | 166.46 | 65.66 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 207 | 56 | 0.38 | 0 | 0.73 | 0.19 | 90.99 | 0.61 | 0.52 |
| Hex | 81 | CF | 38 | 26 | 0 | 49 | 13 | 5B | 3D | 34 |
| Octal | 201 | 317 | 70 | 46 | 0 | 111 | 23 | 133 | 75 | 64 |
| Binary | 10000001 | 11001111 | 111000 | 100110 | 0 | 1001001 | 10011 | 1011011 | 111101 | 110100 |
Color Harmonies of #81CF38
Complementary color
Monochromatic Colors of #81CF38
Black with #81CF38
Text Example
Text Example
White with #81CF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CF38; }
p { color: rgb(129,207,56); }
H1.HeaderClassName
{
color: #81CF38;
}
.AnyTagClassName
{
color: #81CF38;
}
</style>
background-color css
<style>
a { background-color: #81CF38; }
a { background-color: rgb(129,207,56); }
div.DivClassName
{
background-color: #81CF38;
}
.BgClassName
{
background-color: #81CF38;
}
</style>
border-color css
<style>
span { border-color: #81CF38; }
span { border-color: rgb(129,207,56); }
td.TdClassName
{
border-color: #81CF38;
}
.TagClassName
{
border-color: #81CF38;
}
</style>