Html Css Color HEX #78B015 Lima

📋 copy color: '#78B015'

red 120 ◦ green 176 ◦ blue 21

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

Shades of Lima #78B015

Tints of Lima #78B015

RGB

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

 GREEN value IS 176 (69.14% from 255) = 55.52%

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

R = 37.85%
G = 55.52%
B = 6.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#78B015 (or 0x78B015) is known color: Lima. HEX triplet: 78, B0 and 15. RGB value is (120,176,21). Sum of RGB (Red+Green+Blue) = 120+176+21=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 176 (69.14% from 255 or 55.52% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 176 - color contains mainly: green. Hex color #78B015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78B015 is #874FEA. Grayscale: #8E8E8E. Windows color (decimal): -8867819 or 1421432. OLE color: 1421432.

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

Color convert

RGB 120 176 21 -
CMYK 0.32 0 0.88 0.31
HSL 81.68º 0.79% 0.39% -
HSV(B) 81.68º 0.88% 0.69% -
XYZ 23.41 35.1 6.25 -
YUV 141.59 59.95 112.6 -
System Red Green Blue C M Y K H S L
Decimal 120 176 21 0.32 0 0.88 0.31 81.68 0.79 0.39
Hex 78 B0 15 20 0 58 1F 52 4F 27
Octal 170 260 25 40 0 130 37 122 117 47
Binary 1111000 10110000 10101 100000 0 1011000 11111 1010010 1001111 100111

Color Harmonies of #78B015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B015

Black with #78B015

Text Example


Text Example

White with #78B015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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