Html Css Color HEX #78C815 Lima

📋 copy color: '#78C815'

red 120 ◦ green 200 ◦ blue 21

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

Shades of Lima #78C815

Tints of Lima #78C815

RGB

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

 GREEN value IS 200 (78.52% from 255) = 58.65%

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

R = 35.19%
G = 58.65%
B = 6.16%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#78C815 (or 0x78C815) is known color: Lima. HEX triplet: 78, C8 and 15. RGB value is (120,200,21). Sum of RGB (Red+Green+Blue) = 120+200+21=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 200 (78.52% from 255 or 58.65% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 200 - color contains mainly: green. Hex color #78C815 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C815 is #8737EA. Grayscale: #9C9C9C. Windows color (decimal): -8861675 or 1427576. OLE color: 1427576.

HSL color Cylindrical-coordinate representation of color #78C815: hue angle of 86.82º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78C815 is Cyan = 0.4, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 120 200 21 -
CMYK 0.4 0 0.90 0.22
HSL 86.82º 0.81% 0.43% -
HSV(B) 86.82º 0.9% 0.78% -
XYZ 28.54 45.36 7.96 -
YUV 155.67 52 102.55 -
System Red Green Blue C M Y K H S L
Decimal 120 200 21 0.4 0 0.90 0.22 86.82 0.81 0.43
Hex 78 C8 15 28 0 5A 16 57 51 2B
Octal 170 310 25 50 0 132 26 127 121 53
Binary 1111000 11001000 10101 101000 0 1011010 10110 1010111 1010001 101011

Color Harmonies of #78C815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C815

Black with #78C815

Text Example


Text Example

White with #78C815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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