Html Css Color HEX #62C145 Apple

📋 copy color: '#62C145'

red 98 ◦ green 193 ◦ blue 69

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

Shades of Apple #62C145

Tints of Apple #62C145

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.61%

 BLUE value IS 69 (27.34% from 255) = 19.17%

R = 27.22%
G = 53.61%
B = 19.17%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#62C145 (or 0x62C145) is known color: Apple. HEX triplet: 62, C1 and 45. RGB value is (98,193,69). Sum of RGB (Red+Green+Blue) = 98+193+69=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #62C145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C145 is #9D3EBA. Grayscale: #969696. Windows color (decimal): -10305211 or 4571490. OLE color: 4571490.

HSL color Cylindrical-coordinate representation of color #62C145: hue angle of 105.97º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #62C145 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 98 193 69 -
CMYK 0.49 0 0.64 0.24
HSL 105.97º 0.5% 0.51% -
HSV(B) 105.97º 0.64% 0.76% -
XYZ 25.18 41.17 12.25 -
YUV 150.46 82.03 90.58 -
System Red Green Blue C M Y K H S L
Decimal 98 193 69 0.49 0 0.64 0.24 105.97 0.5 0.51
Hex 62 C1 45 31 0 40 18 6A 32 33
Octal 142 301 105 61 0 100 30 152 62 63
Binary 1100010 11000001 1000101 110001 0 1000000 11000 1101010 110010 110011

Color Harmonies of #62C145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62C145

Black with #62C145

Text Example


Text Example

White with #62C145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,193,69); }

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

background-color css

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

 a { background-color: rgb(98,193,69); }

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

border-color css

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

 span { border-color: rgb(98,193,69); }

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