Shades of Apple #65B231
Tints of Apple #65B231
RGB
CMYK
RGB Variations
Color information
#65B231 (or 0x65B231) is known color: Apple. HEX triplet: 65, B2 and 31. RGB value is (101,178,49). Sum of RGB (Red+Green+Blue) = 101+178+49=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 178 (69.92% from 255 or 54.27% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 178 - color contains mainly: green. Hex color #65B231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65B231 is #9A4DCE. Grayscale: #8C8C8C. Windows color (decimal): -10112463 or 3256933. OLE color: 3256933.
HSL color Cylindrical-coordinate representation of color #65B231: hue angle of 95.81º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65B231 is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 178 | 49 | - |
| CMYK | 0.43 | 0 | 0.72 | 0.30 |
| HSL | 95.81º | 0.57% | 0.45% | - |
| HSV(B) | 95.81º | 0.72% | 0.7% | - |
| XYZ | 21.84 | 34.83 | 8.48 | - |
| YUV | 140.27 | 76.49 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 178 | 49 | 0.43 | 0 | 0.72 | 0.30 | 95.81 | 0.57 | 0.45 |
| Hex | 65 | B2 | 31 | 2B | 0 | 48 | 1E | 60 | 39 | 2D |
| Octal | 145 | 262 | 61 | 53 | 0 | 110 | 36 | 140 | 71 | 55 |
| Binary | 1100101 | 10110010 | 110001 | 101011 | 0 | 1001000 | 11110 | 1100000 | 111001 | 101101 |
Color Harmonies of #65B231
Complementary color
Monochromatic Colors of #65B231
Black with #65B231
Text Example
Text Example
White with #65B231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B231; }
p { color: rgb(101,178,49); }
H1.HeaderClassName
{
color: #65B231;
}
.AnyTagClassName
{
color: #65B231;
}
</style>
background-color css
<style>
a { background-color: #65B231; }
a { background-color: rgb(101,178,49); }
div.DivClassName
{
background-color: #65B231;
}
.BgClassName
{
background-color: #65B231;
}
</style>
border-color css
<style>
span { border-color: #65B231; }
span { border-color: rgb(101,178,49); }
td.TdClassName
{
border-color: #65B231;
}
.TagClassName
{
border-color: #65B231;
}
</style>