Html Css Color HEX #78B534 Lima

📋 copy color: '#78B534'

red 120 ◦ green 181 ◦ blue 52

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

Shades of Lima #78B534

Tints of Lima #78B534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.27%

 BLUE value IS 52 (20.7% from 255) = 14.73%

R = 33.99%
G = 51.27%
B = 14.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#78B534 (or 0x78B534) is known color: Lima. HEX triplet: 78, B5 and 34. RGB value is (120,181,52). Sum of RGB (Red+Green+Blue) = 120+181+52=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 181 (71.09% from 255 or 51.27% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 181 - color contains mainly: green. Hex color #78B534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B534 is #874ACB. Grayscale: #949494. Windows color (decimal): -8866508 or 3454328. OLE color: 3454328.

HSL color Cylindrical-coordinate representation of color #78B534: hue angle of 88.37º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #78B534 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 181 52 -
CMYK 0.34 0 0.71 0.29
HSL 88.37º 0.55% 0.46% -
HSV(B) 88.37º 0.71% 0.71% -
XYZ 24.89 37.29 9.13 -
YUV 148.06 73.79 107.99 -
System Red Green Blue C M Y K H S L
Decimal 120 181 52 0.34 0 0.71 0.29 88.37 0.55 0.46
Hex 78 B5 34 22 0 47 1D 58 37 2E
Octal 170 265 64 42 0 107 35 130 67 56
Binary 1111000 10110101 110100 100010 0 1000111 11101 1011000 110111 101110

Color Harmonies of #78B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B534

Black with #78B534

Text Example


Text Example

White with #78B534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,181,52); }

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

background-color css

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

 a { background-color: rgb(120,181,52); }

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

border-color css

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

 span { border-color: rgb(120,181,52); }

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