Html Css Color HEX #78C80B Lima

📋 copy color: '#78C80B'

red 120 ◦ green 200 ◦ blue 11

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

Shades of Lima #78C80B

Tints of Lima #78C80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.32%

R = 36.25%
G = 60.42%
B = 3.32%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#78C80B (or 0x78C80B) is known color: Lima. HEX triplet: 78, C8 and 0B. RGB value is (120,200,11). Sum of RGB (Red+Green+Blue) = 120+200+11=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 200 (78.52% from 255 or 60.42% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 200 - color contains mainly: green. Hex color #78C80B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C80B is #8737F4. Grayscale: #9B9B9B. Windows color (decimal): -8861685 or 772216. OLE color: 772216.

HSL color Cylindrical-coordinate representation of color #78C80B: hue angle of 85.4º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78C80B is Cyan = 0.4, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 120 200 11 -
CMYK 0.4 0 0.94 0.22
HSL 85.4º 0.9% 0.41% -
HSV(B) 85.4º 0.95% 0.78% -
XYZ 28.46 45.33 7.57 -
YUV 154.53 47 103.37 -
System Red Green Blue C M Y K H S L
Decimal 120 200 11 0.4 0 0.94 0.22 85.4 0.9 0.41
Hex 78 C8 B 28 0 5E 16 55 5A 29
Octal 170 310 13 50 0 136 26 125 132 51
Binary 1111000 11001000 1011 101000 0 1011110 10110 1010101 1011010 101001

Color Harmonies of #78C80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C80B

Black with #78C80B

Text Example


Text Example

White with #78C80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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