Html Css Color HEX #72BF3A Apple

📋 copy color: '#72BF3A'

red 114 ◦ green 191 ◦ blue 58

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

Shades of Apple #72BF3A

Tints of Apple #72BF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 52.62%

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

R = 31.4%
G = 52.62%
B = 15.98%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#72BF3A (or 0x72BF3A) is known color: Apple. HEX triplet: 72, BF and 3A. RGB value is (114,191,58). Sum of RGB (Red+Green+Blue) = 114+191+58=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BF3A is #8D40C5. Grayscale: #999999. Windows color (decimal): -9257158 or 3850098. OLE color: 3850098.

HSL color Cylindrical-coordinate representation of color #72BF3A: hue angle of 94.74º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72BF3A is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 191 58 -
CMYK 0.40 0 0.70 0.25
HSL 94.74º 0.53% 0.49% -
HSV(B) 94.74º 0.7% 0.75% -
XYZ 26.33 41.14 10.56 -
YUV 152.82 74.49 100.31 -
System Red Green Blue C M Y K H S L
Decimal 114 191 58 0.40 0 0.70 0.25 94.74 0.53 0.49
Hex 72 BF 3A 28 0 46 19 5F 35 31
Octal 162 277 72 50 0 106 31 137 65 61
Binary 1110010 10111111 111010 101000 0 1000110 11001 1011111 110101 110001

Color Harmonies of #72BF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BF3A

Black with #72BF3A

Text Example


Text Example

White with #72BF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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