Html Css Color HEX #76D00A Lima

📋 copy color: '#76D00A'

red 118 ◦ green 208 ◦ blue 10

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

Shades of Lima #76D00A

Tints of Lima #76D00A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.9%

 BLUE value IS 10 (4.3% from 255) = 2.98%

R = 35.12%
G = 61.9%
B = 2.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#76D00A (or 0x76D00A) is known color: Lima. HEX triplet: 76, D0 and 0A. RGB value is (118,208,10). Sum of RGB (Red+Green+Blue) = 118+208+10=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 208 (81.64% from 255 or 61.90% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 208 - color contains mainly: green. Hex color #76D00A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D00A is #892FF5. Grayscale: #9F9F9F. Windows color (decimal): -8990710 or 708726. OLE color: 708726.

HSL color Cylindrical-coordinate representation of color #76D00A: hue angle of 87.27º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76D00A is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 208 10 -
CMYK 0.43 0 0.95 0.18
HSL 87.27º 0.91% 0.43% -
HSV(B) 87.27º 0.95% 0.82% -
XYZ 30.08 48.99 8.16 -
YUV 158.52 44.18 99.1 -
System Red Green Blue C M Y K H S L
Decimal 118 208 10 0.43 0 0.95 0.18 87.27 0.91 0.43
Hex 76 D0 A 2B 0 5F 12 57 5B 2B
Octal 166 320 12 53 0 137 22 127 133 53
Binary 1110110 11010000 1010 101011 0 1011111 10010 1010111 1011011 101011

Color Harmonies of #76D00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D00A

Black with #76D00A

Text Example


Text Example

White with #76D00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,208,10); }

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

background-color css

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

 a { background-color: rgb(118,208,10); }

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

border-color css

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

 span { border-color: rgb(118,208,10); }

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