Html Css Color HEX #7FBA08 Lima

📋 copy color: '#7FBA08'

red 127 ◦ green 186 ◦ blue 8

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

Shades of Lima #7FBA08

Tints of Lima #7FBA08

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.94%

 BLUE value IS 8 (3.52% from 255) = 2.49%

R = 39.56%
G = 57.94%
B = 2.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#7FBA08 (or 0x7FBA08) is known color: Lima. HEX triplet: 7F, BA and 08. RGB value is (127,186,8). Sum of RGB (Red+Green+Blue) = 127+186+8=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBA08 is #8045F7. Grayscale: #949494. Windows color (decimal): -8406520 or 572031. OLE color: 572031.

HSL color Cylindrical-coordinate representation of color #7FBA08: hue angle of 79.89º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7FBA08 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 186 8 -
CMYK 0.32 0 0.96 0.27
HSL 79.89º 0.92% 0.38% -
HSV(B) 79.89º 0.96% 0.73% -
XYZ 26.36 39.65 6.49 -
YUV 148.07 48.95 112.97 -
System Red Green Blue C M Y K H S L
Decimal 127 186 8 0.32 0 0.96 0.27 79.89 0.92 0.38
Hex 7F BA 8 20 0 60 1B 50 5C 26
Octal 177 272 10 40 0 140 33 120 134 46
Binary 1111111 10111010 1000 100000 0 1100000 11011 1010000 1011100 100110

Color Harmonies of #7FBA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA08

Black with #7FBA08

Text Example


Text Example

White with #7FBA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,186,8); }

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

background-color css

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

 a { background-color: rgb(127,186,8); }

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

border-color css

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

 span { border-color: rgb(127,186,8); }

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