Shades of Apple #65CB43
Tints of Apple #65CB43
RGB
CMYK
RGB Variations
Color information
#65CB43 (or 0x65CB43) is known color: Apple. HEX triplet: 65, CB and 43. RGB value is (101,203,67). Sum of RGB (Red+Green+Blue) = 101+203+67=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 203 (79.69% from 255 or 54.72% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 203 - color contains mainly: green. Hex color #65CB43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CB43 is #9A34BC. Grayscale: #9D9D9D. Windows color (decimal): -10106045 or 4442981. OLE color: 4442981.
HSL color Cylindrical-coordinate representation of color #65CB43: hue angle of 105º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65CB43 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 203 | 67 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.20 |
| HSL | 105º | 0.57% | 0.53% | - |
| HSV(B) | 105º | 0.67% | 0.8% | - |
| XYZ | 27.74 | 45.88 | 12.7 | - |
| YUV | 157 | 77.21 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 203 | 67 | 0.50 | 0 | 0.67 | 0.20 | 105 | 0.57 | 0.53 |
| Hex | 65 | CB | 43 | 32 | 0 | 43 | 14 | 69 | 39 | 35 |
| Octal | 145 | 313 | 103 | 62 | 0 | 103 | 24 | 151 | 71 | 65 |
| Binary | 1100101 | 11001011 | 1000011 | 110010 | 0 | 1000011 | 10100 | 1101001 | 111001 | 110101 |
Color Harmonies of #65CB43
Complementary color
Monochromatic Colors of #65CB43
Black with #65CB43
Text Example
Text Example
White with #65CB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CB43; }
p { color: rgb(101,203,67); }
H1.HeaderClassName
{
color: #65CB43;
}
.AnyTagClassName
{
color: #65CB43;
}
</style>
background-color css
<style>
a { background-color: #65CB43; }
a { background-color: rgb(101,203,67); }
div.DivClassName
{
background-color: #65CB43;
}
.BgClassName
{
background-color: #65CB43;
}
</style>
border-color css
<style>
span { border-color: #65CB43; }
span { border-color: rgb(101,203,67); }
td.TdClassName
{
border-color: #65CB43;
}
.TagClassName
{
border-color: #65CB43;
}
</style>