Shades of Apple #65C83D
Tints of Apple #65C83D
RGB
CMYK
RGB Variations
Color information
#65C83D (or 0x65C83D) is known color: Apple. HEX triplet: 65, C8 and 3D. RGB value is (101,200,61). Sum of RGB (Red+Green+Blue) = 101+200+61=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 200 (78.52% from 255 or 55.25% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 200 - color contains mainly: green. Hex color #65C83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C83D is #9A37C2. Grayscale: #9B9B9B. Windows color (decimal): -10106819 or 4048997. OLE color: 4048997.
HSL color Cylindrical-coordinate representation of color #65C83D: hue angle of 102.73º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65C83D is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 200 | 61 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.22 |
| HSL | 102.73º | 0.56% | 0.51% | - |
| HSV(B) | 102.73º | 0.7% | 0.78% | - |
| XYZ | 26.86 | 44.41 | 11.57 | - |
| YUV | 154.55 | 75.2 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 200 | 61 | 0.49 | 0 | 0.69 | 0.22 | 102.73 | 0.56 | 0.51 |
| Hex | 65 | C8 | 3D | 31 | 0 | 45 | 16 | 67 | 38 | 33 |
| Octal | 145 | 310 | 75 | 61 | 0 | 105 | 26 | 147 | 70 | 63 |
| Binary | 1100101 | 11001000 | 111101 | 110001 | 0 | 1000101 | 10110 | 1100111 | 111000 | 110011 |
Color Harmonies of #65C83D
Complementary color
Monochromatic Colors of #65C83D
Black with #65C83D
Text Example
Text Example
White with #65C83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C83D; }
p { color: rgb(101,200,61); }
H1.HeaderClassName
{
color: #65C83D;
}
.AnyTagClassName
{
color: #65C83D;
}
</style>
background-color css
<style>
a { background-color: #65C83D; }
a { background-color: rgb(101,200,61); }
div.DivClassName
{
background-color: #65C83D;
}
.BgClassName
{
background-color: #65C83D;
}
</style>
border-color css
<style>
span { border-color: #65C83D; }
span { border-color: rgb(101,200,61); }
td.TdClassName
{
border-color: #65C83D;
}
.TagClassName
{
border-color: #65C83D;
}
</style>