Shades of Apple #72CB3F
Tints of Apple #72CB3F
RGB
CMYK
RGB Variations
Color information
#72CB3F (or 0x72CB3F) is known color: Apple. HEX triplet: 72, CB and 3F. RGB value is (114,203,63). Sum of RGB (Red+Green+Blue) = 114+203+63=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 203 (79.69% from 255 or 53.42% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 203 - color contains mainly: green. Hex color #72CB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CB3F is #8D34C0. Grayscale: #A0A0A0. Windows color (decimal): -9254081 or 4180850. OLE color: 4180850.
HSL color Cylindrical-coordinate representation of color #72CB3F: hue angle of 98.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #72CB3F is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 203 | 63 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.20 |
| HSL | 98.14º | 0.57% | 0.52% | - |
| HSV(B) | 98.14º | 0.69% | 0.8% | - |
| XYZ | 29.19 | 46.65 | 12.17 | - |
| YUV | 160.43 | 73.01 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 203 | 63 | 0.44 | 0 | 0.69 | 0.20 | 98.14 | 0.57 | 0.52 |
| Hex | 72 | CB | 3F | 2C | 0 | 45 | 14 | 62 | 39 | 34 |
| Octal | 162 | 313 | 77 | 54 | 0 | 105 | 24 | 142 | 71 | 64 |
| Binary | 1110010 | 11001011 | 111111 | 101100 | 0 | 1000101 | 10100 | 1100010 | 111001 | 110100 |
Color Harmonies of #72CB3F
Complementary color
Monochromatic Colors of #72CB3F
Black with #72CB3F
Text Example
Text Example
White with #72CB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CB3F; }
p { color: rgb(114,203,63); }
H1.HeaderClassName
{
color: #72CB3F;
}
.AnyTagClassName
{
color: #72CB3F;
}
</style>
background-color css
<style>
a { background-color: #72CB3F; }
a { background-color: rgb(114,203,63); }
div.DivClassName
{
background-color: #72CB3F;
}
.BgClassName
{
background-color: #72CB3F;
}
</style>
border-color css
<style>
span { border-color: #72CB3F; }
span { border-color: rgb(114,203,63); }
td.TdClassName
{
border-color: #72CB3F;
}
.TagClassName
{
border-color: #72CB3F;
}
</style>