Html Css Color HEX #62AA52 Apple

📋 copy color: '#62AA52'

red 98 ◦ green 170 ◦ blue 82

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

Shades of Apple #62AA52

Tints of Apple #62AA52

RGB

 RED value IS 98 (38.67% from 255) = 28%

 GREEN value IS 170 (66.8% from 255) = 48.57%

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

R = 28%
G = 48.57%
B = 23.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#62AA52 (or 0x62AA52) is known color: Apple. HEX triplet: 62, AA and 52. RGB value is (98,170,82). Sum of RGB (Red+Green+Blue) = 98+170+82=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #62AA52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AA52 is #9D55AD. Grayscale: #8A8A8A. Windows color (decimal): -10311086 or 5417570. OLE color: 5417570.

HSL color Cylindrical-coordinate representation of color #62AA52: hue angle of 109.09º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62AA52 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 170 82 -
CMYK 0.42 0 0.52 0.33
HSL 109.09º 0.35% 0.49% -
HSV(B) 109.09º 0.52% 0.67% -
XYZ 20.93 31.96 13.05 -
YUV 138.44 96.15 99.16 -
System Red Green Blue C M Y K H S L
Decimal 98 170 82 0.42 0 0.52 0.33 109.09 0.35 0.49
Hex 62 AA 52 2A 0 34 21 6D 23 31
Octal 142 252 122 52 0 64 41 155 43 61
Binary 1100010 10101010 1010010 101010 0 110100 100001 1101101 100011 110001

Color Harmonies of #62AA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62AA52

Black with #62AA52

Text Example


Text Example

White with #62AA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62AA52; }

 p { color: rgb(98,170,82); }

 H1.HeaderClassName
 {
   color: #62AA52;
 }
 .AnyTagClassName
 {
   color: #62AA52;
 }
</style>

background-color css

<style>
 a { background-color: #62AA52; }

 a { background-color: rgb(98,170,82); }

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

border-color css

<style>
 span { border-color: #62AA52; }

 span { border-color: rgb(98,170,82); }

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