Html Css Color HEX #72D73D Apple

📋 copy color: '#72D73D'

red 114 ◦ green 215 ◦ blue 61

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

Shades of Apple #72D73D

Tints of Apple #72D73D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.13%

 BLUE value IS 61 (24.22% from 255) = 15.64%

R = 29.23%
G = 55.13%
B = 15.64%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#72D73D (or 0x72D73D) is known color: Apple. HEX triplet: 72, D7 and 3D. RGB value is (114,215,61). Sum of RGB (Red+Green+Blue) = 114+215+61=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 215 (84.38% from 255 or 55.13% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 215 - color contains mainly: green. Hex color #72D73D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D73D is #8D28C2. Grayscale: #A7A7A7. Windows color (decimal): -9251011 or 4052850. OLE color: 4052850.

HSL color Cylindrical-coordinate representation of color #72D73D: hue angle of 99.35º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72D73D is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 215 61 -
CMYK 0.47 0 0.72 0.16
HSL 99.35º 0.66% 0.54% -
HSV(B) 99.35º 0.72% 0.84% -
XYZ 32.08 52.52 12.86 -
YUV 167.25 68.04 90.02 -
System Red Green Blue C M Y K H S L
Decimal 114 215 61 0.47 0 0.72 0.16 99.35 0.66 0.54
Hex 72 D7 3D 2F 0 48 10 63 42 36
Octal 162 327 75 57 0 110 20 143 102 66
Binary 1110010 11010111 111101 101111 0 1001000 10000 1100011 1000010 110110

Color Harmonies of #72D73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D73D

Black with #72D73D

Text Example


Text Example

White with #72D73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,215,61); }

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

background-color css

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

 a { background-color: rgb(114,215,61); }

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

border-color css

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

 span { border-color: rgb(114,215,61); }

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