Html Css Color HEX #62972D Limeade

📋 copy color: '#62972D'

red 98 ◦ green 151 ◦ blue 45

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

Shades of Limeade #62972D

Tints of Limeade #62972D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.36%

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 33.33%
G = 51.36%
B = 15.31%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#62972D (or 0x62972D) is known color: Limeade. HEX triplet: 62, 97 and 2D. RGB value is (98,151,45). Sum of RGB (Red+Green+Blue) = 98+151+45=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #62972D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62972D is #9D68D2. Grayscale: #7B7B7B. Windows color (decimal): -10315987 or 2987874. OLE color: 2987874.

HSL color Cylindrical-coordinate representation of color #62972D: hue angle of 90º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #62972D is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 151 45 -
CMYK 0.35 0 0.70 0.41
HSL 90º 0.54% 0.38% -
HSV(B) 90º 0.7% 0.59% -
XYZ 16.58 24.92 6.42 -
YUV 123.07 83.94 110.12 -
System Red Green Blue C M Y K H S L
Decimal 98 151 45 0.35 0 0.70 0.41 90 0.54 0.38
Hex 62 97 2D 23 0 46 29 5A 36 26
Octal 142 227 55 43 0 106 51 132 66 46
Binary 1100010 10010111 101101 100011 0 1000110 101001 1011010 110110 100110

Color Harmonies of #62972D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62972D

Black with #62972D

Text Example


Text Example

White with #62972D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62972D; }

 p { color: rgb(98,151,45); }

 H1.HeaderClassName
 {
   color: #62972D;
 }
 .AnyTagClassName
 {
   color: #62972D;
 }
</style>

background-color css

<style>
 a { background-color: #62972D; }

 a { background-color: rgb(98,151,45); }

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

border-color css

<style>
 span { border-color: #62972D; }

 span { border-color: rgb(98,151,45); }

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