Html Css Color HEX #72D63D Apple

📋 copy color: '#72D63D'

red 114 ◦ green 214 ◦ blue 61

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

Shades of Apple #72D63D

Tints of Apple #72D63D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 55.01%

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

R = 29.31%
G = 55.01%
B = 15.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#72D63D (or 0x72D63D) is known color: Apple. HEX triplet: 72, D6 and 3D. RGB value is (114,214,61). Sum of RGB (Red+Green+Blue) = 114+214+61=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 214 (83.98% from 255 or 55.01% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 214 - color contains mainly: green. Hex color #72D63D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D63D is #8D29C2. Grayscale: #A7A7A7. Windows color (decimal): -9251267 or 4052594. OLE color: 4052594.

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

Color convert

RGB 114 214 61 -
CMYK 0.47 0 0.71 0.16
HSL 99.22º 0.65% 0.54% -
HSV(B) 99.22º 0.71% 0.84% -
XYZ 31.83 52.01 12.78 -
YUV 166.66 68.37 90.44 -
System Red Green Blue C M Y K H S L
Decimal 114 214 61 0.47 0 0.71 0.16 99.22 0.65 0.54
Hex 72 D6 3D 2F 0 47 10 63 41 36
Octal 162 326 75 57 0 107 20 143 101 66
Binary 1110010 11010110 111101 101111 0 1000111 10000 1100011 1000001 110110

Color Harmonies of #72D63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D63D

Black with #72D63D

Text Example


Text Example

White with #72D63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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