Html Css Color HEX #78A81F Lima

📋 copy color: '#78A81F'

red 120 ◦ green 168 ◦ blue 31

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

Shades of Lima #78A81F

Tints of Lima #78A81F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 52.66%

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

R = 37.62%
G = 52.66%
B = 9.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#78A81F (or 0x78A81F) is known color: Lima. HEX triplet: 78, A8 and 1F. RGB value is (120,168,31). Sum of RGB (Red+Green+Blue) = 120+168+31=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 168 (66.02% from 255 or 52.66% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 168 - color contains mainly: green. Hex color #78A81F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A81F is #8757E0. Grayscale: #8A8A8A. Windows color (decimal): -8869857 or 2074744. OLE color: 2074744.

HSL color Cylindrical-coordinate representation of color #78A81F: hue angle of 81.02º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78A81F is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 120 168 31 -
CMYK 0.29 0 0.82 0.34
HSL 81.02º 0.69% 0.39% -
HSV(B) 81.02º 0.82% 0.66% -
XYZ 22 32.1 6.33 -
YUV 138.03 67.6 115.14 -
System Red Green Blue C M Y K H S L
Decimal 120 168 31 0.29 0 0.82 0.34 81.02 0.69 0.39
Hex 78 A8 1F 1D 0 52 22 51 45 27
Octal 170 250 37 35 0 122 42 121 105 47
Binary 1111000 10101000 11111 11101 0 1010010 100010 1010001 1000101 100111

Color Harmonies of #78A81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A81F

Black with #78A81F

Text Example


Text Example

White with #78A81F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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