Html Css Color HEX #62D532 Apple

📋 copy color: '#62D532'

red 98 ◦ green 213 ◦ blue 50

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

Shades of Apple #62D532

Tints of Apple #62D532

RGB

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

 GREEN value IS 213 (83.59% from 255) = 59%

 BLUE value IS 50 (19.92% from 255) = 13.85%

R = 27.15%
G = 59%
B = 13.85%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#62D532 (or 0x62D532) is known color: Apple. HEX triplet: 62, D5 and 32. RGB value is (98,213,50). Sum of RGB (Red+Green+Blue) = 98+213+50=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 213 (83.59% from 255 or 59.00% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 213 - color contains mainly: green. Hex color #62D532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62D532 is #9D2ACD. Grayscale: #A0A0A0. Windows color (decimal): -10300110 or 3331426. OLE color: 3331426.

HSL color Cylindrical-coordinate representation of color #62D532: hue angle of 102.33º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #62D532 is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 98 213 50 -
CMYK 0.54 0 0.77 0.16
HSL 102.33º 0.66% 0.52% -
HSV(B) 102.33º 0.77% 0.84% -
XYZ 29.41 50.42 11.2 -
YUV 160.03 65.9 83.75 -
System Red Green Blue C M Y K H S L
Decimal 98 213 50 0.54 0 0.77 0.16 102.33 0.66 0.52
Hex 62 D5 32 36 0 4D 10 66 42 34
Octal 142 325 62 66 0 115 20 146 102 64
Binary 1100010 11010101 110010 110110 0 1001101 10000 1100110 1000010 110100

Color Harmonies of #62D532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62D532

Black with #62D532

Text Example


Text Example

White with #62D532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,213,50); }

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

background-color css

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

 a { background-color: rgb(98,213,50); }

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

border-color css

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

 span { border-color: rgb(98,213,50); }

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