Html Css Color HEX #7FBA0D Lima

📋 copy color: '#7FBA0D'

red 127 ◦ green 186 ◦ blue 13

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

Shades of Lima #7FBA0D

Tints of Lima #7FBA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.99%

R = 38.96%
G = 57.06%
B = 3.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#7FBA0D (or 0x7FBA0D) is known color: Lima. HEX triplet: 7F, BA and 0D. RGB value is (127,186,13). Sum of RGB (Red+Green+Blue) = 127+186+13=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBA0D is #8045F2. Grayscale: #959595. Windows color (decimal): -8406515 or 899711. OLE color: 899711.

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

Color convert

RGB 127 186 13 -
CMYK 0.32 0 0.93 0.27
HSL 80.46º 0.87% 0.39% -
HSV(B) 80.46º 0.93% 0.73% -
XYZ 26.38 39.66 6.65 -
YUV 148.64 51.45 112.57 -
System Red Green Blue C M Y K H S L
Decimal 127 186 13 0.32 0 0.93 0.27 80.46 0.87 0.39
Hex 7F BA D 20 0 5D 1B 50 57 27
Octal 177 272 15 40 0 135 33 120 127 47
Binary 1111111 10111010 1101 100000 0 1011101 11011 1010000 1010111 100111

Color Harmonies of #7FBA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA0D

Black with #7FBA0D

Text Example


Text Example

White with #7FBA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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