Html Css Color HEX #76AF33 Lima

📋 copy color: '#76AF33'

red 118 ◦ green 175 ◦ blue 51

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

Shades of Lima #76AF33

Tints of Lima #76AF33

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.87%

 BLUE value IS 51 (20.31% from 255) = 14.83%

R = 34.3%
G = 50.87%
B = 14.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#76AF33 (or 0x76AF33) is known color: Lima. HEX triplet: 76, AF and 33. RGB value is (118,175,51). Sum of RGB (Red+Green+Blue) = 118+175+51=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AF33 is #8950CC. Grayscale: #909090. Windows color (decimal): -8999117 or 3387254. OLE color: 3387254.

HSL color Cylindrical-coordinate representation of color #76AF33: hue angle of 87.58º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76AF33 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 175 51 -
CMYK 0.33 0 0.71 0.31
HSL 87.58º 0.55% 0.44% -
HSV(B) 87.58º 0.71% 0.69% -
XYZ 23.4 34.75 8.61 -
YUV 143.82 75.62 109.58 -
System Red Green Blue C M Y K H S L
Decimal 118 175 51 0.33 0 0.71 0.31 87.58 0.55 0.44
Hex 76 AF 33 21 0 47 1F 58 37 2C
Octal 166 257 63 41 0 107 37 130 67 54
Binary 1110110 10101111 110011 100001 0 1000111 11111 1011000 110111 101100

Color Harmonies of #76AF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AF33

Black with #76AF33

Text Example


Text Example

White with #76AF33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,175,51); }

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

background-color css

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

 a { background-color: rgb(118,175,51); }

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

border-color css

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

 span { border-color: rgb(118,175,51); }

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