Html Css Color HEX #72C13F Apple

📋 copy color: '#72C13F'

red 114 ◦ green 193 ◦ blue 63

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

Shades of Apple #72C13F

Tints of Apple #72C13F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.16%

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

R = 30.81%
G = 52.16%
B = 17.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#72C13F (or 0x72C13F) is known color: Apple. HEX triplet: 72, C1 and 3F. RGB value is (114,193,63). Sum of RGB (Red+Green+Blue) = 114+193+63=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 193 (75.78% from 255 or 52.16% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 193 - color contains mainly: green. Hex color #72C13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C13F is #8D3EC0. Grayscale: #9B9B9B. Windows color (decimal): -9256641 or 4178290. OLE color: 4178290.

HSL color Cylindrical-coordinate representation of color #72C13F: hue angle of 96.46º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #72C13F is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 193 63 -
CMYK 0.41 0 0.67 0.24
HSL 96.46º 0.51% 0.5% -
HSV(B) 96.46º 0.67% 0.76% -
XYZ 26.91 42.08 11.41 -
YUV 154.56 76.33 99.07 -
System Red Green Blue C M Y K H S L
Decimal 114 193 63 0.41 0 0.67 0.24 96.46 0.51 0.5
Hex 72 C1 3F 29 0 43 18 60 33 32
Octal 162 301 77 51 0 103 30 140 63 62
Binary 1110010 11000001 111111 101001 0 1000011 11000 1100000 110011 110010

Color Harmonies of #72C13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C13F

Black with #72C13F

Text Example


Text Example

White with #72C13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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