Shades of Apple #65CB36
Tints of Apple #65CB36
RGB
CMYK
RGB Variations
Color information
#65CB36 (or 0x65CB36) is known color: Apple. HEX triplet: 65, CB and 36. RGB value is (101,203,54). Sum of RGB (Red+Green+Blue) = 101+203+54=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 203 (79.69% from 255 or 56.70% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 203 - color contains mainly: green. Hex color #65CB36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CB36 is #9A34C9. Grayscale: #9C9C9C. Windows color (decimal): -10106058 or 3591013. OLE color: 3591013.
HSL color Cylindrical-coordinate representation of color #65CB36: hue angle of 101.07º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65CB36 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 203 | 54 | - |
| CMYK | 0.50 | 0 | 0.73 | 0.20 |
| HSL | 101.07º | 0.59% | 0.5% | - |
| HSV(B) | 101.07º | 0.73% | 0.8% | - |
| XYZ | 27.39 | 45.74 | 10.88 | - |
| YUV | 155.52 | 70.71 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 203 | 54 | 0.50 | 0 | 0.73 | 0.20 | 101.07 | 0.59 | 0.5 |
| Hex | 65 | CB | 36 | 32 | 0 | 49 | 14 | 65 | 3B | 32 |
| Octal | 145 | 313 | 66 | 62 | 0 | 111 | 24 | 145 | 73 | 62 |
| Binary | 1100101 | 11001011 | 110110 | 110010 | 0 | 1001001 | 10100 | 1100101 | 111011 | 110010 |
Color Harmonies of #65CB36
Complementary color
Monochromatic Colors of #65CB36
Black with #65CB36
Text Example
Text Example
White with #65CB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CB36; }
p { color: rgb(101,203,54); }
H1.HeaderClassName
{
color: #65CB36;
}
.AnyTagClassName
{
color: #65CB36;
}
</style>
background-color css
<style>
a { background-color: #65CB36; }
a { background-color: rgb(101,203,54); }
div.DivClassName
{
background-color: #65CB36;
}
.BgClassName
{
background-color: #65CB36;
}
</style>
border-color css
<style>
span { border-color: #65CB36; }
span { border-color: rgb(101,203,54); }
td.TdClassName
{
border-color: #65CB36;
}
.TagClassName
{
border-color: #65CB36;
}
</style>