Html Css Color HEX #72D73B Apple

📋 copy color: '#72D73B'

red 114 ◦ green 215 ◦ blue 59

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

Shades of Apple #72D73B

Tints of Apple #72D73B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.21%

R = 29.38%
G = 55.41%
B = 15.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#72D73B (or 0x72D73B) is known color: Apple. HEX triplet: 72, D7 and 3B. RGB value is (114,215,59). Sum of RGB (Red+Green+Blue) = 114+215+59=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 215 (84.38% from 255 or 55.41% from 388); Blue value is 59 (23.44% from 255 or 15.21% from 388); Max value from RGB is 215 - color contains mainly: green. Hex color #72D73B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D73B is #8D28C4. Grayscale: #A7A7A7. Windows color (decimal): -9251013 or 3921778. OLE color: 3921778.

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

Color convert

RGB 114 215 59 -
CMYK 0.47 0 0.73 0.16
HSL 98.85º 0.66% 0.54% -
HSV(B) 98.85º 0.73% 0.84% -
XYZ 32.03 52.49 12.58 -
YUV 167.02 67.04 90.18 -
System Red Green Blue C M Y K H S L
Decimal 114 215 59 0.47 0 0.73 0.16 98.85 0.66 0.54
Hex 72 D7 3B 2F 0 49 10 63 42 36
Octal 162 327 73 57 0 111 20 143 102 66
Binary 1110010 11010111 111011 101111 0 1001001 10000 1100011 1000010 110110

Color Harmonies of #72D73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D73B

Black with #72D73B

Text Example


Text Example

White with #72D73B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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