Html Css Color HEX #78AF1F Lima

📋 copy color: '#78AF1F'

red 120 ◦ green 175 ◦ blue 31

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

Shades of Lima #78AF1F

Tints of Lima #78AF1F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.68%

 BLUE value IS 31 (12.5% from 255) = 9.51%

R = 36.81%
G = 53.68%
B = 9.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#78AF1F (or 0x78AF1F) is known color: Lima. HEX triplet: 78, AF and 1F. RGB value is (120,175,31). Sum of RGB (Red+Green+Blue) = 120+175+31=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 175 (68.75% from 255 or 53.68% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AF1F is #8750E0. Grayscale: #8E8E8E. Windows color (decimal): -8868065 or 2076536. OLE color: 2076536.

HSL color Cylindrical-coordinate representation of color #78AF1F: hue angle of 82.92º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78AF1F is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 175 31 -
CMYK 0.31 0 0.82 0.31
HSL 82.92º 0.7% 0.4% -
HSV(B) 82.92º 0.82% 0.69% -
XYZ 23.32 34.75 6.77 -
YUV 142.14 65.28 112.21 -
System Red Green Blue C M Y K H S L
Decimal 120 175 31 0.31 0 0.82 0.31 82.92 0.7 0.4
Hex 78 AF 1F 1F 0 52 1F 53 46 28
Octal 170 257 37 37 0 122 37 123 106 50
Binary 1111000 10101111 11111 11111 0 1010010 11111 1010011 1000110 101000

Color Harmonies of #78AF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AF1F

Black with #78AF1F

Text Example


Text Example

White with #78AF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,175,31); }

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

background-color css

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

 a { background-color: rgb(120,175,31); }

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

border-color css

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

 span { border-color: rgb(120,175,31); }

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