Html Css Color HEX #78A525 Lima

📋 copy color: '#78A525'

red 120 ◦ green 165 ◦ blue 37

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

Shades of Lima #78A525

Tints of Lima #78A525

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.24%

 BLUE value IS 37 (14.84% from 255) = 11.49%

R = 37.27%
G = 51.24%
B = 11.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#78A525 (or 0x78A525) is known color: Lima. HEX triplet: 78, A5 and 25. RGB value is (120,165,37). Sum of RGB (Red+Green+Blue) = 120+165+37=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #78A525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A525 is #875ADA. Grayscale: #898989. Windows color (decimal): -8870619 or 2467192. OLE color: 2467192.

HSL color Cylindrical-coordinate representation of color #78A525: hue angle of 81.09º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78A525 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 120 165 37 -
CMYK 0.27 0 0.78 0.35
HSL 81.09º 0.63% 0.4% -
HSV(B) 81.09º 0.78% 0.65% -
XYZ 21.53 31.04 6.61 -
YUV 136.95 71.59 115.91 -
System Red Green Blue C M Y K H S L
Decimal 120 165 37 0.27 0 0.78 0.35 81.09 0.63 0.4
Hex 78 A5 25 1B 0 4E 23 51 3F 28
Octal 170 245 45 33 0 116 43 121 77 50
Binary 1111000 10100101 100101 11011 0 1001110 100011 1010001 111111 101000

Color Harmonies of #78A525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A525

Black with #78A525

Text Example


Text Example

White with #78A525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,165,37); }

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

background-color css

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

 a { background-color: rgb(120,165,37); }

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

border-color css

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

 span { border-color: rgb(120,165,37); }

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