Html Css Color HEX #62AF4B Apple

📋 copy color: '#62AF4B'

red 98 ◦ green 175 ◦ blue 75

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

Shades of Apple #62AF4B

Tints of Apple #62AF4B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.29%

 BLUE value IS 75 (29.69% from 255) = 21.55%

R = 28.16%
G = 50.29%
B = 21.55%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#62AF4B (or 0x62AF4B) is known color: Apple. HEX triplet: 62, AF and 4B. RGB value is (98,175,75). Sum of RGB (Red+Green+Blue) = 98+175+75=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #62AF4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62AF4B is #9D50B4. Grayscale: #8C8C8C. Windows color (decimal): -10309813 or 4960098. OLE color: 4960098.

HSL color Cylindrical-coordinate representation of color #62AF4B: hue angle of 106.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62AF4B is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 98 175 75 -
CMYK 0.44 0 0.57 0.31
HSL 106.2º 0.4% 0.49% -
HSV(B) 106.2º 0.57% 0.69% -
XYZ 21.64 33.76 12.03 -
YUV 140.58 90.99 97.63 -
System Red Green Blue C M Y K H S L
Decimal 98 175 75 0.44 0 0.57 0.31 106.2 0.4 0.49
Hex 62 AF 4B 2C 0 39 1F 6A 28 31
Octal 142 257 113 54 0 71 37 152 50 61
Binary 1100010 10101111 1001011 101100 0 111001 11111 1101010 101000 110001

Color Harmonies of #62AF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62AF4B

Black with #62AF4B

Text Example


Text Example

White with #62AF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,175,75); }

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

background-color css

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

 a { background-color: rgb(98,175,75); }

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

border-color css

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

 span { border-color: rgb(98,175,75); }

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