Html Css Color HEX #72D138 Apple

📋 copy color: '#72D138'

red 114 ◦ green 209 ◦ blue 56

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

Shades of Apple #72D138

Tints of Apple #72D138

RGB

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

 GREEN value IS 209 (82.03% from 255) = 55.15%

 BLUE value IS 56 (22.27% from 255) = 14.78%

R = 30.08%
G = 55.15%
B = 14.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#72D138 (or 0x72D138) is known color: Apple. HEX triplet: 72, D1 and 38. RGB value is (114,209,56). Sum of RGB (Red+Green+Blue) = 114+209+56=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 209 (82.03% from 255 or 55.15% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 209 - color contains mainly: green. Hex color #72D138 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D138 is #8D2EC7. Grayscale: #A3A3A3. Windows color (decimal): -9252552 or 3723634. OLE color: 3723634.

HSL color Cylindrical-coordinate representation of color #72D138: hue angle of 97.25º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72D138 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 209 56 -
CMYK 0.45 0 0.73 0.18
HSL 97.25º 0.62% 0.52% -
HSV(B) 97.25º 0.73% 0.82% -
XYZ 30.45 49.46 11.68 -
YUV 163.15 67.53 92.94 -
System Red Green Blue C M Y K H S L
Decimal 114 209 56 0.45 0 0.73 0.18 97.25 0.62 0.52
Hex 72 D1 38 2D 0 49 12 61 3E 34
Octal 162 321 70 55 0 111 22 141 76 64
Binary 1110010 11010001 111000 101101 0 1001001 10010 1100001 111110 110100

Color Harmonies of #72D138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D138

Black with #72D138

Text Example


Text Example

White with #72D138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,209,56); }

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

background-color css

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

 a { background-color: rgb(114,209,56); }

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

border-color css

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

 span { border-color: rgb(114,209,56); }

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