Html Css Color HEX #7EBD05 Lima

📋 copy color: '#7EBD05'

red 126 ◦ green 189 ◦ blue 5

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

Shades of Lima #7EBD05

Tints of Lima #7EBD05

RGB

 RED value IS 126 (49.61% from 255) = 39.38%

 GREEN value IS 189 (74.22% from 255) = 59.06%

 BLUE value IS 5 (2.34% from 255) = 1.56%

R = 39.38%
G = 59.06%
B = 1.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#7EBD05 (or 0x7EBD05) is known color: Lima. HEX triplet: 7E, BD and 05. RGB value is (126,189,5). Sum of RGB (Red+Green+Blue) = 126+189+5=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 189 (74.22% from 255 or 59.06% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBD05 is #8142FA. Grayscale: #959595. Windows color (decimal): -8471291 or 376190. OLE color: 376190.

HSL color Cylindrical-coordinate representation of color #7EBD05: hue angle of 80.54º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7EBD05 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 189 5 -
CMYK 0.33 0 0.97 0.26
HSL 80.54º 0.95% 0.38% -
HSV(B) 80.54º 0.97% 0.74% -
XYZ 26.83 40.84 6.61 -
YUV 149.19 46.63 111.46 -
System Red Green Blue C M Y K H S L
Decimal 126 189 5 0.33 0 0.97 0.26 80.54 0.95 0.38
Hex 7E BD 5 21 0 61 1A 51 5F 26
Octal 176 275 5 41 0 141 32 121 137 46
Binary 1111110 10111101 101 100001 0 1100001 11010 1010001 1011111 100110

Color Harmonies of #7EBD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBD05

Black with #7EBD05

Text Example


Text Example

White with #7EBD05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,189,5); }

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

background-color css

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

 a { background-color: rgb(126,189,5); }

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

border-color css

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

 span { border-color: rgb(126,189,5); }

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