Shades of Apple #72CF41
Tints of Apple #72CF41
RGB
CMYK
RGB Variations
Color information
#72CF41 (or 0x72CF41) is known color: Apple. HEX triplet: 72, CF and 41. RGB value is (114,207,65). Sum of RGB (Red+Green+Blue) = 114+207+65=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CF41 is #8D30BE. Grayscale: #A3A3A3. Windows color (decimal): -9253055 or 4312946. OLE color: 4312946.
HSL color Cylindrical-coordinate representation of color #72CF41: hue angle of 99.3º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #72CF41 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 207 | 65 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.19 |
| HSL | 99.3º | 0.6% | 0.53% | - |
| HSV(B) | 99.3º | 0.69% | 0.81% | - |
| XYZ | 30.21 | 48.58 | 12.79 | - |
| YUV | 163.01 | 72.69 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 65 | 0.45 | 0 | 0.69 | 0.19 | 99.3 | 0.6 | 0.53 |
| Hex | 72 | CF | 41 | 2D | 0 | 45 | 13 | 63 | 3C | 35 |
| Octal | 162 | 317 | 101 | 55 | 0 | 105 | 23 | 143 | 74 | 65 |
| Binary | 1110010 | 11001111 | 1000001 | 101101 | 0 | 1000101 | 10011 | 1100011 | 111100 | 110101 |
Color Harmonies of #72CF41
Complementary color
Monochromatic Colors of #72CF41
Black with #72CF41
Text Example
Text Example
White with #72CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CF41; }
p { color: rgb(114,207,65); }
H1.HeaderClassName
{
color: #72CF41;
}
.AnyTagClassName
{
color: #72CF41;
}
</style>
background-color css
<style>
a { background-color: #72CF41; }
a { background-color: rgb(114,207,65); }
div.DivClassName
{
background-color: #72CF41;
}
.BgClassName
{
background-color: #72CF41;
}
</style>
border-color css
<style>
span { border-color: #72CF41; }
span { border-color: rgb(114,207,65); }
td.TdClassName
{
border-color: #72CF41;
}
.TagClassName
{
border-color: #72CF41;
}
</style>