Html Css Color HEX #72BC3A Apple

📋 copy color: '#72BC3A'

red 114 ◦ green 188 ◦ blue 58

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

Shades of Apple #72BC3A

Tints of Apple #72BC3A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.22%

 BLUE value IS 58 (23.05% from 255) = 16.11%

R = 31.67%
G = 52.22%
B = 16.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#72BC3A (or 0x72BC3A) is known color: Apple. HEX triplet: 72, BC and 3A. RGB value is (114,188,58). Sum of RGB (Red+Green+Blue) = 114+188+58=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BC3A is #8D43C5. Grayscale: #979797. Windows color (decimal): -9257926 or 3849330. OLE color: 3849330.

HSL color Cylindrical-coordinate representation of color #72BC3A: hue angle of 94.15º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #72BC3A is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 188 58 -
CMYK 0.39 0 0.69 0.26
HSL 94.15º 0.53% 0.48% -
HSV(B) 94.15º 0.69% 0.74% -
XYZ 25.69 39.85 10.34 -
YUV 151.05 75.48 101.57 -
System Red Green Blue C M Y K H S L
Decimal 114 188 58 0.39 0 0.69 0.26 94.15 0.53 0.48
Hex 72 BC 3A 27 0 45 1A 5E 35 30
Octal 162 274 72 47 0 105 32 136 65 60
Binary 1110010 10111100 111010 100111 0 1000101 11010 1011110 110101 110000

Color Harmonies of #72BC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BC3A

Black with #72BC3A

Text Example


Text Example

White with #72BC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,188,58); }

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

background-color css

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

 a { background-color: rgb(114,188,58); }

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

border-color css

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

 span { border-color: rgb(114,188,58); }

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