Html Css Color HEX #72CC42 Apple

📋 copy color: '#72CC42'

red 114 ◦ green 204 ◦ blue 66

#72CC42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #72CC42

Tints of Apple #72CC42

RGB

 RED value IS 114 (44.92% from 255) = 29.69%

 GREEN value IS 204 (80.08% from 255) = 53.13%

 BLUE value IS 66 (26.17% from 255) = 17.19%

R = 29.69%
G = 53.13%
B = 17.19%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#72CC42 (or 0x72CC42) is known color: Apple. HEX triplet: 72, CC and 42. RGB value is (114,204,66). Sum of RGB (Red+Green+Blue) = 114+204+66=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #72CC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CC42 is #8D33BD. Grayscale: #A1A1A1. Windows color (decimal): -9253822 or 4377714. OLE color: 4377714.

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

Color convert

RGB 114 204 66 -
CMYK 0.44 0 0.68 0.2
HSL 99.13º 0.58% 0.53% -
HSV(B) 99.13º 0.68% 0.8% -
XYZ 29.52 47.16 12.7 -
YUV 161.36 74.18 94.22 -
System Red Green Blue C M Y K H S L
Decimal 114 204 66 0.44 0 0.68 0.2 99.13 0.58 0.53
Hex 72 CC 42 2C 0 44 14 63 3A 35
Octal 162 314 102 54 0 104 24 143 72 65
Binary 1110010 11001100 1000010 101100 0 1000100 10100 1100011 111010 110101

Color Harmonies of #72CC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CC42

Black with #72CC42

Text Example


Text Example

White with #72CC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72CC42;
 }
 .AnyTagClassName
 {
   color: #72CC42;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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