Html Css Color HEX #7FAD23 Lima

📋 copy color: '#7FAD23'

red 127 ◦ green 173 ◦ blue 35

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

Shades of Lima #7FAD23

Tints of Lima #7FAD23

RGB

 RED value IS 127 (50% from 255) = 37.91%

 GREEN value IS 173 (67.97% from 255) = 51.64%

 BLUE value IS 35 (14.06% from 255) = 10.45%

R = 37.91%
G = 51.64%
B = 10.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#7FAD23 (or 0x7FAD23) is known color: Lima. HEX triplet: 7F, AD and 23. RGB value is (127,173,35). Sum of RGB (Red+Green+Blue) = 127+173+35=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAD23 is #8052DC. Grayscale: #909090. Windows color (decimal): -8409821 or 2338175. OLE color: 2338175.

HSL color Cylindrical-coordinate representation of color #7FAD23: hue angle of 80º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7FAD23 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 173 35 -
CMYK 0.27 0 0.80 0.32
HSL 80º 0.66% 0.41% -
HSV(B) 80º 0.8% 0.68% -
XYZ 24 34.52 6.99 -
YUV 143.51 66.76 116.22 -
System Red Green Blue C M Y K H S L
Decimal 127 173 35 0.27 0 0.80 0.32 80 0.66 0.41
Hex 7F AD 23 1B 0 50 20 50 42 29
Octal 177 255 43 33 0 120 40 120 102 51
Binary 1111111 10101101 100011 11011 0 1010000 100000 1010000 1000010 101001

Color Harmonies of #7FAD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAD23

Black with #7FAD23

Text Example


Text Example

White with #7FAD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FAD23; }

 p { color: rgb(127,173,35); }

 H1.HeaderClassName
 {
   color: #7FAD23;
 }
 .AnyTagClassName
 {
   color: #7FAD23;
 }
</style>

background-color css

<style>
 a { background-color: #7FAD23; }

 a { background-color: rgb(127,173,35); }

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

border-color css

<style>
 span { border-color: #7FAD23; }

 span { border-color: rgb(127,173,35); }

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