Html Css Color HEX #7EBD0D Lima

📋 copy color: '#7EBD0D'

red 126 ◦ green 189 ◦ blue 13

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

Shades of Lima #7EBD0D

Tints of Lima #7EBD0D

RGB

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

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

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

R = 38.41%
G = 57.62%
B = 3.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#7EBD0D (or 0x7EBD0D) is known color: Lima. HEX triplet: 7E, BD and 0D. RGB value is (126,189,13). Sum of RGB (Red+Green+Blue) = 126+189+13=328 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.41% from 328); Green value is 189 (74.22% from 255 or 57.62% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBD0D is #8142F2. Grayscale: #969696. Windows color (decimal): -8471283 or 900478. OLE color: 900478.

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

Color convert

RGB 126 189 13 -
CMYK 0.33 0 0.93 0.26
HSL 81.48º 0.87% 0.4% -
HSV(B) 81.48º 0.93% 0.74% -
XYZ 26.87 40.86 6.85 -
YUV 150.1 50.63 110.81 -
System Red Green Blue C M Y K H S L
Decimal 126 189 13 0.33 0 0.93 0.26 81.48 0.87 0.4
Hex 7E BD D 21 0 5D 1A 51 57 28
Octal 176 275 15 41 0 135 32 121 127 50
Binary 1111110 10111101 1101 100001 0 1011101 11010 1010001 1010111 101000

Color Harmonies of #7EBD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBD0D

Black with #7EBD0D

Text Example


Text Example

White with #7EBD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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