Html Css Color HEX #76B426 Lima

📋 copy color: '#76B426'

red 118 ◦ green 180 ◦ blue 38

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

Shades of Lima #76B426

Tints of Lima #76B426

RGB

 RED value IS 118 (46.48% from 255) = 35.12%

 GREEN value IS 180 (70.7% from 255) = 53.57%

 BLUE value IS 38 (15.23% from 255) = 11.31%

R = 35.12%
G = 53.57%
B = 11.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#76B426 (or 0x76B426) is known color: Lima. HEX triplet: 76, B4 and 26. RGB value is (118,180,38). Sum of RGB (Red+Green+Blue) = 118+180+38=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #76B426 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B426 is #894BD9. Grayscale: #919191. Windows color (decimal): -8997850 or 2536566. OLE color: 2536566.

HSL color Cylindrical-coordinate representation of color #76B426: hue angle of 86.2º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76B426 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 180 38 -
CMYK 0.34 0 0.79 0.29
HSL 86.2º 0.65% 0.43% -
HSV(B) 86.2º 0.79% 0.71% -
XYZ 24.14 36.63 7.63 -
YUV 145.27 67.46 108.55 -
System Red Green Blue C M Y K H S L
Decimal 118 180 38 0.34 0 0.79 0.29 86.2 0.65 0.43
Hex 76 B4 26 22 0 4F 1D 56 41 2B
Octal 166 264 46 42 0 117 35 126 101 53
Binary 1110110 10110100 100110 100010 0 1001111 11101 1010110 1000001 101011

Color Harmonies of #76B426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B426

Black with #76B426

Text Example


Text Example

White with #76B426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76B426; }

 p { color: rgb(118,180,38); }

 H1.HeaderClassName
 {
   color: #76B426;
 }
 .AnyTagClassName
 {
   color: #76B426;
 }
</style>

background-color css

<style>
 a { background-color: #76B426; }

 a { background-color: rgb(118,180,38); }

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

border-color css

<style>
 span { border-color: #76B426; }

 span { border-color: rgb(118,180,38); }

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