#76CF20

Color #76CF20 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #76CF20

Tints of Lima #76CF20

Color information

#76CF20 (or 0x76CF20) is unknown color: approx Lima. HEX triplet: 76, CF and 20. RGB value is (118,207,32). Sum of RGB (Red+Green+Blue) = 118+207+32=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 207 (81.25% from 255 or 57.98% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CF20 is #8930DF. Grayscale: #A1A1A1. Windows color (decimal): -8990944 or 2150262. OLE color: 2150262.

HSL color Cylindrical-coordinate representation of color #76CF20: hue angle of 90.51º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76CF20 is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB11820732-
CMYK0.4300.850.19
HSL90.51º73.22%46.86%-
HSV(B)90.51º84.54%81.18%-
XYZ30.0448.589.16-
YUV160.4455.5197.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 207 (81.25% from 255) = 57.98%
BLUE value IS 32 (12.89% from 255) = 8.96%
R=33.05%
G=57.98%
B=8.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal118207320.4300.850.1990.5173.2246.86
Hex76CF202B055135b492f
Octal166317405301252313311157
Binary111011011001111100000101011010101011001110110111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,207,32); }

 H1.HeaderClassName
 {
   color: #76CF20;
 }
 .AnyTagClassName
 {
   color: #76CF20;
 }
</style>
background-color css

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

 a { background-color: rgb(118,207,32); }

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

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

 span { border-color: rgb(118,207,32); }

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