#72D241

Color #72D241 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #72D241

Tints of Apple #72D241

Color information

#72D241 (or 0x72D241) is unknown color: approx Apple. HEX triplet: 72, D2 and 41. RGB value is (114,210,65). Sum of RGB (Red+Green+Blue) = 114+210+65=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 210 (82.42% from 255 or 53.98% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 210 - color contains mainly: green. Hex color #72D241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D241 is #8D2DBE. Grayscale: #A5A5A5. Windows color (decimal): -9252287 or 4313714. OLE color: 4313714.

HSL color Cylindrical-coordinate representation of color #72D241: hue angle of 99.72º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #72D241 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB11421065-
CMYK0.4600.690.18
HSL99.72º61.7%53.92%-
HSV(B)99.72º69.05%82.35%-
XYZ30.9450.0513.03-
YUV164.7771.791.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 29.31%
GREEN value IS 210 (82.42% from 255) = 53.98%
BLUE value IS 65 (25.78% from 255) = 16.71%
R=29.31%
G=53.98%
B=16.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal114210650.4600.690.1899.7261.753.92
Hex72D2412E04512643e36
Octal162322101560105221447666
Binary111001011010010100000110111001000101100101100100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72D241; }

 p { color: rgb(114,210,65); }

 H1.HeaderClassName
 {
   color: #72D241;
 }
 .AnyTagClassName
 {
   color: #72D241;
 }
</style>
background-color css

<style>
 a { background-color: #72D241; }

 a { background-color: rgb(114,210,65); }

 div.DivClassName
 {
   background-color: #72D241;
 }
 .BgClassName
 {
   background-color: #72D241;
 }
</style>
border-color css

<style>
 span { border-color: #72D241; }

 span { border-color: rgb(114,210,65); }

 td.TdClassName
 {
   border-color: #72D241;
 }
 .TagClassName
 {
   border-color: #72D241;
 }
</style>