Shades of Apple #65CA38
Tints of Apple #65CA38
RGB
CMYK
RGB Variations
Color information
#65CA38 (or 0x65CA38) is known color: Apple. HEX triplet: 65, CA and 38. RGB value is (101,202,56). Sum of RGB (Red+Green+Blue) = 101+202+56=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 202 (79.30% from 255 or 56.27% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CA38 is #9A35C7. Grayscale: #9B9B9B. Windows color (decimal): -10106312 or 3721829. OLE color: 3721829.
HSL color Cylindrical-coordinate representation of color #65CA38: hue angle of 101.51º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65CA38 is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 202 | 56 | - |
| CMYK | 0.50 | 0 | 0.72 | 0.21 |
| HSL | 101.51º | 0.58% | 0.51% | - |
| HSV(B) | 101.51º | 0.72% | 0.79% | - |
| XYZ | 27.2 | 45.29 | 11.05 | - |
| YUV | 155.16 | 72.04 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 202 | 56 | 0.50 | 0 | 0.72 | 0.21 | 101.51 | 0.58 | 0.51 |
| Hex | 65 | CA | 38 | 32 | 0 | 48 | 15 | 66 | 3A | 33 |
| Octal | 145 | 312 | 70 | 62 | 0 | 110 | 25 | 146 | 72 | 63 |
| Binary | 1100101 | 11001010 | 111000 | 110010 | 0 | 1001000 | 10101 | 1100110 | 111010 | 110011 |
Color Harmonies of #65CA38
Complementary color
Monochromatic Colors of #65CA38
Black with #65CA38
Text Example
Text Example
White with #65CA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CA38; }
p { color: rgb(101,202,56); }
H1.HeaderClassName
{
color: #65CA38;
}
.AnyTagClassName
{
color: #65CA38;
}
</style>
background-color css
<style>
a { background-color: #65CA38; }
a { background-color: rgb(101,202,56); }
div.DivClassName
{
background-color: #65CA38;
}
.BgClassName
{
background-color: #65CA38;
}
</style>
border-color css
<style>
span { border-color: #65CA38; }
span { border-color: rgb(101,202,56); }
td.TdClassName
{
border-color: #65CA38;
}
.TagClassName
{
border-color: #65CA38;
}
</style>