Html Css Color HEX #76C825 Lima

📋 copy color: '#76C825'

red 118 ◦ green 200 ◦ blue 37

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

Shades of Lima #76C825

Tints of Lima #76C825

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.34%

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

R = 33.24%
G = 56.34%
B = 10.42%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#76C825 (or 0x76C825) is known color: Lima. HEX triplet: 76, C8 and 25. RGB value is (118,200,37). Sum of RGB (Red+Green+Blue) = 118+200+37=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 200 (78.52% from 255 or 56.34% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 200 - color contains mainly: green. Hex color #76C825 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C825 is #8937DA. Grayscale: #9D9D9D. Windows color (decimal): -8992731 or 2476150. OLE color: 2476150.

HSL color Cylindrical-coordinate representation of color #76C825: hue angle of 90.18º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76C825 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 200 37 -
CMYK 0.41 0 0.82 0.22
HSL 90.18º 0.69% 0.46% -
HSV(B) 90.18º 0.82% 0.78% -
XYZ 28.46 45.29 8.99 -
YUV 156.9 60.33 100.25 -
System Red Green Blue C M Y K H S L
Decimal 118 200 37 0.41 0 0.82 0.22 90.18 0.69 0.46
Hex 76 C8 25 29 0 52 16 5A 45 2E
Octal 166 310 45 51 0 122 26 132 105 56
Binary 1110110 11001000 100101 101001 0 1010010 10110 1011010 1000101 101110

Color Harmonies of #76C825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C825

Black with #76C825

Text Example


Text Example

White with #76C825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,200,37); }

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

background-color css

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

 a { background-color: rgb(118,200,37); }

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

border-color css

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

 span { border-color: rgb(118,200,37); }

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