Html Css Color HEX #62C04B Apple

📋 copy color: '#62C04B'

red 98 ◦ green 192 ◦ blue 75

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

Shades of Apple #62C04B

Tints of Apple #62C04B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.6%

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

R = 26.85%
G = 52.6%
B = 20.55%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#62C04B (or 0x62C04B) is known color: Apple. HEX triplet: 62, C0 and 4B. RGB value is (98,192,75). Sum of RGB (Red+Green+Blue) = 98+192+75=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #62C04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C04B is #9D3FB4. Grayscale: #969696. Windows color (decimal): -10305461 or 4964450. OLE color: 4964450.

HSL color Cylindrical-coordinate representation of color #62C04B: hue angle of 108.21º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62C04B is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 192 75 -
CMYK 0.49 0 0.61 0.25
HSL 108.21º 0.48% 0.52% -
HSV(B) 108.21º 0.61% 0.75% -
XYZ 25.16 40.8 13.21 -
YUV 150.56 85.36 90.51 -
System Red Green Blue C M Y K H S L
Decimal 98 192 75 0.49 0 0.61 0.25 108.21 0.48 0.52
Hex 62 C0 4B 31 0 3D 19 6C 30 34
Octal 142 300 113 61 0 75 31 154 60 64
Binary 1100010 11000000 1001011 110001 0 111101 11001 1101100 110000 110100

Color Harmonies of #62C04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62C04B

Black with #62C04B

Text Example


Text Example

White with #62C04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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