Html Css Color HEX #63962D Limeade

📋 copy color: '#63962D'

red 99 ◦ green 150 ◦ blue 45

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

Shades of Limeade #63962D

Tints of Limeade #63962D

RGB

 RED value IS 99 (39.06% from 255) = 33.67%

 GREEN value IS 150 (58.98% from 255) = 51.02%

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

R = 33.67%
G = 51.02%
B = 15.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#63962D (or 0x63962D) is known color: Limeade. HEX triplet: 63, 96 and 2D. RGB value is (99,150,45). Sum of RGB (Red+Green+Blue) = 99+150+45=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #63962D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63962D is #9C69D2. Grayscale: #7B7B7B. Windows color (decimal): -10250707 or 2987619. OLE color: 2987619.

HSL color Cylindrical-coordinate representation of color #63962D: hue angle of 89.14º 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 #63962D is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 150 45 -
CMYK 0.34 0 0.70 0.41
HSL 89.14º 0.54% 0.38% -
HSV(B) 89.14º 0.7% 0.59% -
XYZ 16.53 24.65 6.37 -
YUV 122.78 84.1 111.04 -
System Red Green Blue C M Y K H S L
Decimal 99 150 45 0.34 0 0.70 0.41 89.14 0.54 0.38
Hex 63 96 2D 22 0 46 29 59 36 26
Octal 143 226 55 42 0 106 51 131 66 46
Binary 1100011 10010110 101101 100010 0 1000110 101001 1011001 110110 100110

Color Harmonies of #63962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63962D

Black with #63962D

Text Example


Text Example

White with #63962D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,150,45); }

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

background-color css

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

 a { background-color: rgb(99,150,45); }

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

border-color css

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

 span { border-color: rgb(99,150,45); }

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