Html Css Color HEX #78A21F Lima

📋 copy color: '#78A21F'

red 120 ◦ green 162 ◦ blue 31

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

Shades of Lima #78A21F

Tints of Lima #78A21F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.76%

 BLUE value IS 31 (12.5% from 255) = 9.9%

R = 38.34%
G = 51.76%
B = 9.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#78A21F (or 0x78A21F) is known color: Lima. HEX triplet: 78, A2 and 1F. RGB value is (120,162,31). Sum of RGB (Red+Green+Blue) = 120+162+31=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 162 (63.67% from 255 or 51.76% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 162 - color contains mainly: green. Hex color #78A21F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A21F is #875DE0. Grayscale: #868686. Windows color (decimal): -8871393 or 2073208. OLE color: 2073208.

HSL color Cylindrical-coordinate representation of color #78A21F: hue angle of 79.24º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #78A21F is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 120 162 31 -
CMYK 0.26 0 0.81 0.36
HSL 79.24º 0.68% 0.38% -
HSV(B) 79.24º 0.81% 0.64% -
XYZ 20.91 29.93 5.97 -
YUV 134.51 69.59 117.65 -
System Red Green Blue C M Y K H S L
Decimal 120 162 31 0.26 0 0.81 0.36 79.24 0.68 0.38
Hex 78 A2 1F 1A 0 51 24 4F 44 26
Octal 170 242 37 32 0 121 44 117 104 46
Binary 1111000 10100010 11111 11010 0 1010001 100100 1001111 1000100 100110

Color Harmonies of #78A21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A21F

Black with #78A21F

Text Example


Text Example

White with #78A21F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,162,31); }

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

background-color css

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

 a { background-color: rgb(120,162,31); }

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

border-color css

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

 span { border-color: rgb(120,162,31); }

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