Html Css Color HEX #76C629 Lima

📋 copy color: '#76C629'

red 118 ◦ green 198 ◦ blue 41

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

Shades of Lima #76C629

Tints of Lima #76C629

RGB

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

 GREEN value IS 198 (77.73% from 255) = 55.46%

 BLUE value IS 41 (16.41% from 255) = 11.48%

R = 33.05%
G = 55.46%
B = 11.48%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#76C629 (or 0x76C629) is known color: Lima. HEX triplet: 76, C6 and 29. RGB value is (118,198,41). Sum of RGB (Red+Green+Blue) = 118+198+41=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 198 (77.73% from 255 or 55.46% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 198 - color contains mainly: green. Hex color #76C629 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C629 is #8939D6. Grayscale: #9C9C9C. Windows color (decimal): -8993239 or 2737782. OLE color: 2737782.

HSL color Cylindrical-coordinate representation of color #76C629: hue angle of 90.57º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76C629 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 198 41 -
CMYK 0.40 0 0.79 0.22
HSL 90.57º 0.66% 0.47% -
HSV(B) 90.57º 0.79% 0.78% -
XYZ 28.07 44.4 9.19 -
YUV 156.18 63 100.77 -
System Red Green Blue C M Y K H S L
Decimal 118 198 41 0.40 0 0.79 0.22 90.57 0.66 0.47
Hex 76 C6 29 28 0 4F 16 5B 42 2F
Octal 166 306 51 50 0 117 26 133 102 57
Binary 1110110 11000110 101001 101000 0 1001111 10110 1011011 1000010 101111

Color Harmonies of #76C629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C629

Black with #76C629

Text Example


Text Example

White with #76C629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,198,41); }

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

background-color css

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

 a { background-color: rgb(118,198,41); }

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

border-color css

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

 span { border-color: rgb(118,198,41); }

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