Shades of Eucalyptus #1FB25B
Tints of Eucalyptus #1FB25B
RGB
CMYK
RGB Variations
Color information
#1FB25B (or 0x1FB25B) is known color: Eucalyptus. HEX triplet: 1F, B2 and 5B. RGB value is (31,178,91). Sum of RGB (Red+Green+Blue) = 31+178+91=300 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.33% from 300); Green value is 178 (69.92% from 255 or 59.33% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB25B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FB25B is #E04DA4. Grayscale: #7C7C7C. Windows color (decimal): -14699941 or 6009375. OLE color: 6009375.
HSL color Cylindrical-coordinate representation of color #1FB25B: hue angle of 144.49º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB25B is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 178 | 91 | - |
| CMYK | 0.83 | 0 | 0.49 | 0.30 |
| HSL | 144.49º | 0.7% | 0.41% | - |
| HSV(B) | 144.49º | 0.83% | 0.7% | - |
| XYZ | 18.37 | 32.89 | 15.28 | - |
| YUV | 124.13 | 109.3 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 178 | 91 | 0.83 | 0 | 0.49 | 0.30 | 144.49 | 0.7 | 0.41 |
| Hex | 1F | B2 | 5B | 53 | 0 | 31 | 1E | 90 | 46 | 29 |
| Octal | 37 | 262 | 133 | 123 | 0 | 61 | 36 | 220 | 106 | 51 |
| Binary | 11111 | 10110010 | 1011011 | 1010011 | 0 | 110001 | 11110 | 10010000 | 1000110 | 101001 |
Color Harmonies of #1FB25B
Complementary color
Monochromatic Colors of #1FB25B
Black with #1FB25B
Text Example
Text Example
White with #1FB25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB25B; }
p { color: rgb(31,178,91); }
H1.HeaderClassName
{
color: #1FB25B;
}
.AnyTagClassName
{
color: #1FB25B;
}
</style>
background-color css
<style>
a { background-color: #1FB25B; }
a { background-color: rgb(31,178,91); }
div.DivClassName
{
background-color: #1FB25B;
}
.BgClassName
{
background-color: #1FB25B;
}
</style>
border-color css
<style>
span { border-color: #1FB25B; }
span { border-color: rgb(31,178,91); }
td.TdClassName
{
border-color: #1FB25B;
}
.TagClassName
{
border-color: #1FB25B;
}
</style>