Html Css Color HEX #78AE32 Lima

📋 copy color: '#78AE32'

red 120 ◦ green 174 ◦ blue 50

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

Shades of Lima #78AE32

Tints of Lima #78AE32

RGB

 RED value IS 120 (47.27% from 255) = 34.88%

 GREEN value IS 174 (68.36% from 255) = 50.58%

 BLUE value IS 50 (19.92% from 255) = 14.53%

R = 34.88%
G = 50.58%
B = 14.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#78AE32 (or 0x78AE32) is known color: Lima. HEX triplet: 78, AE and 32. RGB value is (120,174,50). Sum of RGB (Red+Green+Blue) = 120+174+50=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 174 (68.36% from 255 or 50.58% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AE32 is #8751CD. Grayscale: #909090. Windows color (decimal): -8868302 or 3321464. OLE color: 3321464.

HSL color Cylindrical-coordinate representation of color #78AE32: hue angle of 86.13º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #78AE32 is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 174 50 -
CMYK 0.31 0 0.71 0.32
HSL 86.13º 0.55% 0.44% -
HSV(B) 86.13º 0.71% 0.68% -
XYZ 23.46 34.5 8.44 -
YUV 143.72 75.11 111.08 -
System Red Green Blue C M Y K H S L
Decimal 120 174 50 0.31 0 0.71 0.32 86.13 0.55 0.44
Hex 78 AE 32 1F 0 47 20 56 37 2C
Octal 170 256 62 37 0 107 40 126 67 54
Binary 1111000 10101110 110010 11111 0 1000111 100000 1010110 110111 101100

Color Harmonies of #78AE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AE32

Black with #78AE32

Text Example


Text Example

White with #78AE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78AE32; }

 p { color: rgb(120,174,50); }

 H1.HeaderClassName
 {
   color: #78AE32;
 }
 .AnyTagClassName
 {
   color: #78AE32;
 }
</style>

background-color css

<style>
 a { background-color: #78AE32; }

 a { background-color: rgb(120,174,50); }

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

border-color css

<style>
 span { border-color: #78AE32; }

 span { border-color: rgb(120,174,50); }

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