Html Css Color HEX #78B315 Lima

📋 copy color: '#78B315'

red 120 ◦ green 179 ◦ blue 21

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

Shades of Lima #78B315

Tints of Lima #78B315

RGB

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

 GREEN value IS 179 (70.31% from 255) = 55.94%

 BLUE value IS 21 (8.59% from 255) = 6.56%

R = 37.5%
G = 55.94%
B = 6.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#78B315 (or 0x78B315) is known color: Lima. HEX triplet: 78, B3 and 15. RGB value is (120,179,21). Sum of RGB (Red+Green+Blue) = 120+179+21=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 179 (70.31% from 255 or 55.94% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 179 - color contains mainly: green. Hex color #78B315 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B315 is #874CEA. Grayscale: #8F8F8F. Windows color (decimal): -8867051 or 1422200. OLE color: 1422200.

HSL color Cylindrical-coordinate representation of color #78B315: hue angle of 82.41º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78B315 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 120 179 21 -
CMYK 0.33 0 0.88 0.30
HSL 82.41º 0.79% 0.39% -
HSV(B) 82.41º 0.88% 0.7% -
XYZ 24 36.29 6.45 -
YUV 143.35 58.95 111.35 -
System Red Green Blue C M Y K H S L
Decimal 120 179 21 0.33 0 0.88 0.30 82.41 0.79 0.39
Hex 78 B3 15 21 0 58 1E 52 4F 27
Octal 170 263 25 41 0 130 36 122 117 47
Binary 1111000 10110011 10101 100001 0 1011000 11110 1010010 1001111 100111

Color Harmonies of #78B315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B315

Black with #78B315

Text Example


Text Example

White with #78B315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,179,21); }

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

background-color css

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

 a { background-color: rgb(120,179,21); }

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

border-color css

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

 span { border-color: rgb(120,179,21); }

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