Html Css Color HEX #7FC820 Lima

📋 copy color: '#7FC820'

red 127 ◦ green 200 ◦ blue 32

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

Shades of Lima #7FC820

Tints of Lima #7FC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.71%

 BLUE value IS 32 (12.89% from 255) = 8.91%

R = 35.38%
G = 55.71%
B = 8.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#7FC820 (or 0x7FC820) is known color: Lima. HEX triplet: 7F, C8 and 20. RGB value is (127,200,32). Sum of RGB (Red+Green+Blue) = 127+200+32=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 200 (78.52% from 255 or 55.71% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC820 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC820 is #8037DF. Grayscale: #9F9F9F. Windows color (decimal): -8402912 or 2148479. OLE color: 2148479.

HSL color Cylindrical-coordinate representation of color #7FC820: hue angle of 86.07º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7FC820 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 127 200 32 -
CMYK 0.36 0 0.84 0.22
HSL 86.07º 0.72% 0.45% -
HSV(B) 86.07º 0.84% 0.78% -
XYZ 29.67 45.92 8.67 -
YUV 159.02 56.32 105.16 -
System Red Green Blue C M Y K H S L
Decimal 127 200 32 0.36 0 0.84 0.22 86.07 0.72 0.45
Hex 7F C8 20 24 0 54 16 56 48 2D
Octal 177 310 40 44 0 124 26 126 110 55
Binary 1111111 11001000 100000 100100 0 1010100 10110 1010110 1001000 101101

Color Harmonies of #7FC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC820

Black with #7FC820

Text Example


Text Example

White with #7FC820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,200,32); }

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

background-color css

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

 a { background-color: rgb(127,200,32); }

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

border-color css

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

 span { border-color: rgb(127,200,32); }

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