Html Css Color HEX #72C145 Apple

📋 copy color: '#72C145'

red 114 ◦ green 193 ◦ blue 69

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

Shades of Apple #72C145

Tints of Apple #72C145

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.33%

 BLUE value IS 69 (27.34% from 255) = 18.35%

R = 30.32%
G = 51.33%
B = 18.35%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#72C145 (or 0x72C145) is known color: Apple. HEX triplet: 72, C1 and 45. RGB value is (114,193,69). Sum of RGB (Red+Green+Blue) = 114+193+69=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #72C145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C145 is #8D3EBA. Grayscale: #9B9B9B. Windows color (decimal): -9256635 or 4571506. OLE color: 4571506.

HSL color Cylindrical-coordinate representation of color #72C145: hue angle of 98.23º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72C145 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 193 69 -
CMYK 0.41 0 0.64 0.24
HSL 98.23º 0.5% 0.51% -
HSV(B) 98.23º 0.64% 0.76% -
XYZ 27.08 42.15 12.34 -
YUV 155.24 79.33 98.58 -
System Red Green Blue C M Y K H S L
Decimal 114 193 69 0.41 0 0.64 0.24 98.23 0.5 0.51
Hex 72 C1 45 29 0 40 18 62 32 33
Octal 162 301 105 51 0 100 30 142 62 63
Binary 1110010 11000001 1000101 101001 0 1000000 11000 1100010 110010 110011

Color Harmonies of #72C145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C145

Black with #72C145

Text Example


Text Example

White with #72C145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,193,69); }

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

background-color css

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

 a { background-color: rgb(114,193,69); }

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

border-color css

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

 span { border-color: rgb(114,193,69); }

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