Html Css Color HEX #78A51E Lima

📋 copy color: '#78A51E'

red 120 ◦ green 165 ◦ blue 30

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

Shades of Lima #78A51E

Tints of Lima #78A51E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 52.38%

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 38.1%
G = 52.38%
B = 9.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#78A51E (or 0x78A51E) is known color: Lima. HEX triplet: 78, A5 and 1E. RGB value is (120,165,30). Sum of RGB (Red+Green+Blue) = 120+165+30=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #78A51E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A51E is #875AE1. Grayscale: #888888. Windows color (decimal): -8870626 or 2008440. OLE color: 2008440.

HSL color Cylindrical-coordinate representation of color #78A51E: hue angle of 80º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78A51E is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 120 165 30 -
CMYK 0.27 0 0.82 0.35
HSL 80º 0.69% 0.38% -
HSV(B) 80º 0.82% 0.65% -
XYZ 21.44 31 6.08 -
YUV 136.16 68.09 116.48 -
System Red Green Blue C M Y K H S L
Decimal 120 165 30 0.27 0 0.82 0.35 80 0.69 0.38
Hex 78 A5 1E 1B 0 52 23 50 45 26
Octal 170 245 36 33 0 122 43 120 105 46
Binary 1111000 10100101 11110 11011 0 1010010 100011 1010000 1000101 100110

Color Harmonies of #78A51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A51E

Black with #78A51E

Text Example


Text Example

White with #78A51E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,165,30); }

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

background-color css

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

 a { background-color: rgb(120,165,30); }

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

border-color css

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

 span { border-color: rgb(120,165,30); }

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