Html Css Color HEX #72D03F Apple

📋 copy color: '#72D03F'

red 114 ◦ green 208 ◦ blue 63

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

Shades of Apple #72D03F

Tints of Apple #72D03F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.03%

 BLUE value IS 63 (25% from 255) = 16.36%

R = 29.61%
G = 54.03%
B = 16.36%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#72D03F (or 0x72D03F) is known color: Apple. HEX triplet: 72, D0 and 3F. RGB value is (114,208,63). Sum of RGB (Red+Green+Blue) = 114+208+63=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #72D03F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D03F is #8D2FC0. Grayscale: #A3A3A3. Windows color (decimal): -9252801 or 4182130. OLE color: 4182130.

HSL color Cylindrical-coordinate representation of color #72D03F: hue angle of 98.9º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72D03F is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 208 63 -
CMYK 0.45 0 0.70 0.18
HSL 98.9º 0.61% 0.53% -
HSV(B) 98.9º 0.7% 0.82% -
XYZ 30.39 49.05 12.57 -
YUV 163.36 71.36 92.79 -
System Red Green Blue C M Y K H S L
Decimal 114 208 63 0.45 0 0.70 0.18 98.9 0.61 0.53
Hex 72 D0 3F 2D 0 46 12 63 3D 35
Octal 162 320 77 55 0 106 22 143 75 65
Binary 1110010 11010000 111111 101101 0 1000110 10010 1100011 111101 110101

Color Harmonies of #72D03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D03F

Black with #72D03F

Text Example


Text Example

White with #72D03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,208,63); }

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

background-color css

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

 a { background-color: rgb(114,208,63); }

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

border-color css

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

 span { border-color: rgb(114,208,63); }

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