Html Css Color HEX #7FBE0B Lima

📋 copy color: '#7FBE0B'

red 127 ◦ green 190 ◦ blue 11

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

Shades of Lima #7FBE0B

Tints of Lima #7FBE0B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 57.93%

 BLUE value IS 11 (4.69% from 255) = 3.35%

R = 38.72%
G = 57.93%
B = 3.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#7FBE0B (or 0x7FBE0B) is known color: Lima. HEX triplet: 7F, BE and 0B. RGB value is (127,190,11). Sum of RGB (Red+Green+Blue) = 127+190+11=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 190 (74.61% from 255 or 57.93% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBE0B is #8041F4. Grayscale: #979797. Windows color (decimal): -8405493 or 769663. OLE color: 769663.

HSL color Cylindrical-coordinate representation of color #7FBE0B: hue angle of 81.12º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7FBE0B is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 190 11 -
CMYK 0.33 0 0.94 0.25
HSL 81.12º 0.89% 0.39% -
HSV(B) 81.12º 0.94% 0.75% -
XYZ 27.23 41.36 6.87 -
YUV 150.76 49.13 111.05 -
System Red Green Blue C M Y K H S L
Decimal 127 190 11 0.33 0 0.94 0.25 81.12 0.89 0.39
Hex 7F BE B 21 0 5E 19 51 59 27
Octal 177 276 13 41 0 136 31 121 131 47
Binary 1111111 10111110 1011 100001 0 1011110 11001 1010001 1011001 100111

Color Harmonies of #7FBE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBE0B

Black with #7FBE0B

Text Example


Text Example

White with #7FBE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,190,11); }

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

background-color css

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

 a { background-color: rgb(127,190,11); }

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

border-color css

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

 span { border-color: rgb(127,190,11); }

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