Html Css Color HEX #7FBE0D Lima

📋 copy color: '#7FBE0D'

red 127 ◦ green 190 ◦ blue 13

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

Shades of Lima #7FBE0D

Tints of Lima #7FBE0D

RGB

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

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

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

R = 38.48%
G = 57.58%
B = 3.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#7FBE0D (or 0x7FBE0D) is known color: Lima. HEX triplet: 7F, BE and 0D. RGB value is (127,190,13). Sum of RGB (Red+Green+Blue) = 127+190+13=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 190 (74.61% from 255 or 57.58% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBE0D is #8041F2. Grayscale: #979797. Windows color (decimal): -8405491 or 900735. OLE color: 900735.

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

Color convert

RGB 127 190 13 -
CMYK 0.33 0 0.93 0.25
HSL 81.36º 0.87% 0.4% -
HSV(B) 81.36º 0.93% 0.75% -
XYZ 27.24 41.37 6.93 -
YUV 150.99 50.13 110.89 -
System Red Green Blue C M Y K H S L
Decimal 127 190 13 0.33 0 0.93 0.25 81.36 0.87 0.4
Hex 7F BE D 21 0 5D 19 51 57 28
Octal 177 276 15 41 0 135 31 121 127 50
Binary 1111111 10111110 1101 100001 0 1011101 11001 1010001 1010111 101000

Color Harmonies of #7FBE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBE0D

Black with #7FBE0D

Text Example


Text Example

White with #7FBE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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