Html Css Color HEX #62CA70 Fern

📋 copy color: '#62CA70'

red 98 ◦ green 202 ◦ blue 112

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

Shades of Fern #62CA70

Tints of Fern #62CA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.03%

 BLUE value IS 112 (44.14% from 255) = 27.18%

R = 23.79%
G = 49.03%
B = 27.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#62CA70 (or 0x62CA70) is known color: Fern. HEX triplet: 62, CA and 70. RGB value is (98,202,112). Sum of RGB (Red+Green+Blue) = 98+202+112=412 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.79% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #62CA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62CA70 is #9D358F. Grayscale: #A0A0A0. Windows color (decimal): -10302864 or 7391842. OLE color: 7391842.

HSL color Cylindrical-coordinate representation of color #62CA70: hue angle of 128.08º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62CA70 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 98 202 112 -
CMYK 0.51 0 0.45 0.21
HSL 128.08º 0.5% 0.59% -
HSV(B) 128.08º 0.51% 0.79% -
XYZ 29.08 46.01 22.68 -
YUV 160.64 100.54 83.32 -
System Red Green Blue C M Y K H S L
Decimal 98 202 112 0.51 0 0.45 0.21 128.08 0.5 0.59
Hex 62 CA 70 33 0 2D 15 80 32 3B
Octal 142 312 160 63 0 55 25 200 62 73
Binary 1100010 11001010 1110000 110011 0 101101 10101 10000000 110010 111011

Color Harmonies of #62CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62CA70

Black with #62CA70

Text Example


Text Example

White with #62CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,202,112); }

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

background-color css

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

 a { background-color: rgb(98,202,112); }

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

border-color css

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

 span { border-color: rgb(98,202,112); }

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