Html Css Color HEX #72D340 Apple

📋 copy color: '#72D340'

red 114 ◦ green 211 ◦ blue 64

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

Shades of Apple #72D340

Tints of Apple #72D340

RGB

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

 GREEN value IS 211 (82.81% from 255) = 54.24%

 BLUE value IS 64 (25.39% from 255) = 16.45%

R = 29.31%
G = 54.24%
B = 16.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#72D340 (or 0x72D340) is known color: Apple. HEX triplet: 72, D3 and 40. RGB value is (114,211,64). Sum of RGB (Red+Green+Blue) = 114+211+64=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 211 (82.81% from 255 or 54.24% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 211 - color contains mainly: green. Hex color #72D340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D340 is #8D2CBF. Grayscale: #A5A5A5. Windows color (decimal): -9252032 or 4248434. OLE color: 4248434.

HSL color Cylindrical-coordinate representation of color #72D340: hue angle of 99.59º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72D340 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 114 211 64 -
CMYK 0.46 0 0.70 0.17
HSL 99.59º 0.63% 0.54% -
HSV(B) 99.59º 0.7% 0.83% -
XYZ 31.16 50.54 12.96 -
YUV 165.24 70.86 91.45 -
System Red Green Blue C M Y K H S L
Decimal 114 211 64 0.46 0 0.70 0.17 99.59 0.63 0.54
Hex 72 D3 40 2E 0 46 11 64 3F 36
Octal 162 323 100 56 0 106 21 144 77 66
Binary 1110010 11010011 1000000 101110 0 1000110 10001 1100100 111111 110110

Color Harmonies of #72D340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D340

Black with #72D340

Text Example


Text Example

White with #72D340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,211,64); }

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

background-color css

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

 a { background-color: rgb(114,211,64); }

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

border-color css

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

 span { border-color: rgb(114,211,64); }

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