#72CC35

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

Shades of Apple #72CC35

Tints of Apple #72CC35

Color information

#72CC35 (or 0x72CC35) is unknown color: approx Apple. HEX triplet: 72, CC and 35. RGB value is (114,204,53). Sum of RGB (Red+Green+Blue) = 114+204+53=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 204 (80.08% from 255 or 54.99% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 204 - color contains mainly: green. Hex color #72CC35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CC35 is #8D33CA. Grayscale: #A0A0A0. Windows color (decimal): -9253835 or 3525746. OLE color: 3525746.

HSL color Cylindrical-coordinate representation of color #72CC35: hue angle of 95.76º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72CC35 is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB11420453-
CMYK0.4400.740.2
HSL95.76º59.68%50.39%-
HSV(B)95.76º74.02%80%-
XYZ29.1747.0210.91-
YUV159.8867.6895.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.73%
GREEN value IS 204 (80.08% from 255) = 54.99%
BLUE value IS 53 (21.09% from 255) = 14.29%
R=30.73%
G=54.99%
B=14.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal114204530.4400.740.295.7659.6850.39
Hex72CC352C04A14603c32
Octal16231465540112241407462
Binary11100101100110011010110110001001010101001100000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,204,53); }

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

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

 a { background-color: rgb(114,204,53); }

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

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

 span { border-color: rgb(114,204,53); }

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