Html Css Color HEX #72B552 Apple

📋 copy color: '#72B552'

red 114 ◦ green 181 ◦ blue 82

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

Shades of Apple #72B552

Tints of Apple #72B552

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.01%

 BLUE value IS 82 (32.42% from 255) = 21.75%

R = 30.24%
G = 48.01%
B = 21.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#72B552 (or 0x72B552) is known color: Apple. HEX triplet: 72, B5 and 52. RGB value is (114,181,82). Sum of RGB (Red+Green+Blue) = 114+181+82=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #72B552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B552 is #8D4AAD. Grayscale: #969696. Windows color (decimal): -9259694 or 5420402. OLE color: 5420402.

HSL color Cylindrical-coordinate representation of color #72B552: hue angle of 100.61º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72B552 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 181 82 -
CMYK 0.37 0 0.55 0.29
HSL 100.61º 0.4% 0.52% -
HSV(B) 100.61º 0.55% 0.71% -
XYZ 24.99 37.23 13.85 -
YUV 149.68 89.8 102.55 -
System Red Green Blue C M Y K H S L
Decimal 114 181 82 0.37 0 0.55 0.29 100.61 0.4 0.52
Hex 72 B5 52 25 0 37 1D 65 28 34
Octal 162 265 122 45 0 67 35 145 50 64
Binary 1110010 10110101 1010010 100101 0 110111 11101 1100101 101000 110100

Color Harmonies of #72B552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B552

Black with #72B552

Text Example


Text Example

White with #72B552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,181,82); }

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

background-color css

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

 a { background-color: rgb(114,181,82); }

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

border-color css

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

 span { border-color: rgb(114,181,82); }

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