Html Css Color HEX #7FB215 Lima

📋 copy color: '#7FB215'

red 127 ◦ green 178 ◦ blue 21

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

Shades of Lima #7FB215

Tints of Lima #7FB215

RGB

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

 GREEN value IS 178 (69.92% from 255) = 54.6%

 BLUE value IS 21 (8.59% from 255) = 6.44%

R = 38.96%
G = 54.6%
B = 6.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#7FB215 (or 0x7FB215) is known color: Lima. HEX triplet: 7F, B2 and 15. RGB value is (127,178,21). Sum of RGB (Red+Green+Blue) = 127+178+21=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 178 (69.92% from 255 or 54.60% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FB215 is #804DEA. Grayscale: #919191. Windows color (decimal): -8408555 or 1421951. OLE color: 1421951.

HSL color Cylindrical-coordinate representation of color #7FB215: hue angle of 79.49º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7FB215 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 127 178 21 -
CMYK 0.29 0 0.88 0.30
HSL 79.49º 0.79% 0.39% -
HSV(B) 79.49º 0.88% 0.7% -
XYZ 24.81 36.41 6.43 -
YUV 144.85 58.1 115.27 -
System Red Green Blue C M Y K H S L
Decimal 127 178 21 0.29 0 0.88 0.30 79.49 0.79 0.39
Hex 7F B2 15 1D 0 58 1E 4F 4F 27
Octal 177 262 25 35 0 130 36 117 117 47
Binary 1111111 10110010 10101 11101 0 1011000 11110 1001111 1001111 100111

Color Harmonies of #7FB215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB215

Black with #7FB215

Text Example


Text Example

White with #7FB215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,178,21); }

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

background-color css

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

 a { background-color: rgb(127,178,21); }

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

border-color css

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

 span { border-color: rgb(127,178,21); }

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