#72cb3f

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

Shades of Apple #72CB3F

Tints of Apple #72CB3F

Color information

#72CB3F (or 0x72CB3F) is unknown color: approx 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

RGB11420363-
CMYK0.4400.690.20
HSL98.14º57.38%52.16%-
HSV(B)98.14º68.97%79.61%-
XYZ29.1946.6512.17-
YUV160.4373.0194.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30%
GREEN value IS 203 (79.69% from 255) = 53.42%
BLUE value IS 63 (25% from 255) = 16.58%
R=30%
G=53.42%
B=16.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114203630.4400.690.2098.1457.3852.16
Hex72CB3F2C04514623934
Octal16231377540105241427164
Binary11100101100101111111110110001000101101001100010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72cb3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>