Html Css Color HEX #7FAF10 Lima

📋 copy color: '#7FAF10'

red 127 ◦ green 175 ◦ blue 16

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

Shades of Lima #7FAF10

Tints of Lima #7FAF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.03%

R = 39.94%
G = 55.03%
B = 5.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#7FAF10 (or 0x7FAF10) is known color: Lima. HEX triplet: 7F, AF and 10. RGB value is (127,175,16). Sum of RGB (Red+Green+Blue) = 127+175+16=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAF10 is #8050EF. Grayscale: #8F8F8F. Windows color (decimal): -8409328 or 1093503. OLE color: 1093503.

HSL color Cylindrical-coordinate representation of color #7FAF10: hue angle of 78.11º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FAF10 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 175 16 -
CMYK 0.27 0 0.91 0.31
HSL 78.11º 0.83% 0.37% -
HSV(B) 78.11º 0.91% 0.69% -
XYZ 24.18 35.21 6.01 -
YUV 142.52 56.6 116.93 -
System Red Green Blue C M Y K H S L
Decimal 127 175 16 0.27 0 0.91 0.31 78.11 0.83 0.37
Hex 7F AF 10 1B 0 5B 1F 4E 53 25
Octal 177 257 20 33 0 133 37 116 123 45
Binary 1111111 10101111 10000 11011 0 1011011 11111 1001110 1010011 100101

Color Harmonies of #7FAF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF10

Black with #7FAF10

Text Example


Text Example

White with #7FAF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,175,16); }

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

background-color css

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

 a { background-color: rgb(127,175,16); }

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

border-color css

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

 span { border-color: rgb(127,175,16); }

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