Shades of Apple #72CF34
Tints of Apple #72CF34
RGB
CMYK
RGB Variations
Color information
#72CF34 (or 0x72CF34) is known color: Apple. HEX triplet: 72, CF and 34. RGB value is (114,207,52). Sum of RGB (Red+Green+Blue) = 114+207+52=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 207 (81.25% from 255 or 55.50% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CF34 is #8D30CB. Grayscale: #A2A2A2. Windows color (decimal): -9253068 or 3460978. OLE color: 3460978.
HSL color Cylindrical-coordinate representation of color #72CF34: hue angle of 96º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72CF34 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 207 | 52 | - |
| CMYK | 0.45 | 0 | 0.75 | 0.19 |
| HSL | 96º | 0.62% | 0.51% | - |
| HSV(B) | 96º | 0.75% | 0.81% | - |
| XYZ | 29.87 | 48.45 | 11.03 | - |
| YUV | 161.52 | 66.19 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 52 | 0.45 | 0 | 0.75 | 0.19 | 96 | 0.62 | 0.51 |
| Hex | 72 | CF | 34 | 2D | 0 | 4B | 13 | 60 | 3E | 33 |
| Octal | 162 | 317 | 64 | 55 | 0 | 113 | 23 | 140 | 76 | 63 |
| Binary | 1110010 | 11001111 | 110100 | 101101 | 0 | 1001011 | 10011 | 1100000 | 111110 | 110011 |
Color Harmonies of #72CF34
Complementary color
Monochromatic Colors of #72CF34
Black with #72CF34
Text Example
Text Example
White with #72CF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CF34; }
p { color: rgb(114,207,52); }
H1.HeaderClassName
{
color: #72CF34;
}
.AnyTagClassName
{
color: #72CF34;
}
</style>
background-color css
<style>
a { background-color: #72CF34; }
a { background-color: rgb(114,207,52); }
div.DivClassName
{
background-color: #72CF34;
}
.BgClassName
{
background-color: #72CF34;
}
</style>
border-color css
<style>
span { border-color: #72CF34; }
span { border-color: rgb(114,207,52); }
td.TdClassName
{
border-color: #72CF34;
}
.TagClassName
{
border-color: #72CF34;
}
</style>