Shades of Apple #72C338
Tints of Apple #72C338
RGB
CMYK
RGB Variations
Color information
#72C338 (or 0x72C338) is known color: Apple. HEX triplet: 72, C3 and 38. RGB value is (114,195,56). Sum of RGB (Red+Green+Blue) = 114+195+56=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #72C338 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C338 is #8D3CC7. Grayscale: #9B9B9B. Windows color (decimal): -9256136 or 3720050. OLE color: 3720050.
HSL color Cylindrical-coordinate representation of color #72C338: hue angle of 94.96º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72C338 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 195 | 56 | - |
| CMYK | 0.42 | 0 | 0.71 | 0.24 |
| HSL | 94.96º | 0.55% | 0.49% | - |
| HSV(B) | 94.96º | 0.71% | 0.76% | - |
| XYZ | 27.17 | 42.89 | 10.59 | - |
| YUV | 154.94 | 72.16 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 195 | 56 | 0.42 | 0 | 0.71 | 0.24 | 94.96 | 0.55 | 0.49 |
| Hex | 72 | C3 | 38 | 2A | 0 | 47 | 18 | 5F | 37 | 31 |
| Octal | 162 | 303 | 70 | 52 | 0 | 107 | 30 | 137 | 67 | 61 |
| Binary | 1110010 | 11000011 | 111000 | 101010 | 0 | 1000111 | 11000 | 1011111 | 110111 | 110001 |
Color Harmonies of #72C338
Complementary color
Monochromatic Colors of #72C338
Black with #72C338
Text Example
Text Example
White with #72C338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C338; }
p { color: rgb(114,195,56); }
H1.HeaderClassName
{
color: #72C338;
}
.AnyTagClassName
{
color: #72C338;
}
</style>
background-color css
<style>
a { background-color: #72C338; }
a { background-color: rgb(114,195,56); }
div.DivClassName
{
background-color: #72C338;
}
.BgClassName
{
background-color: #72C338;
}
</style>
border-color css
<style>
span { border-color: #72C338; }
span { border-color: rgb(114,195,56); }
td.TdClassName
{
border-color: #72C338;
}
.TagClassName
{
border-color: #72C338;
}
</style>