#7FCD09

Color #7FCD09 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7FCD09

Tints of Lima #7FCD09

Color information

#7FCD09 (or 0x7FCD09) is unknown color: approx Lima. HEX triplet: 7F, CD and 09. RGB value is (127,205,9). Sum of RGB (Red+Green+Blue) = 127+205+9=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 205 (80.47% from 255 or 60.12% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCD09 is #8032F6. Grayscale: #A0A0A0. Windows color (decimal): -8401655 or 642431. OLE color: 642431.

HSL color Cylindrical-coordinate representation of color #7FCD09: hue angle of 83.88º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7FCD09 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB1272059-
CMYK0.3800.960.20
HSL83.88º91.59%41.96%-
HSV(B)83.88º95.61%80.39%-
XYZ30.6348.197.95-
YUV159.3343.16104.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.24%
GREEN value IS 205 (80.47% from 255) = 60.12%
BLUE value IS 9 (3.91% from 255) = 2.64%
R=37.24%
G=60.12%
B=2.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal12720590.3800.960.2083.8891.5941.96
Hex7FCD92606014545c2a
Octal177315114601402412413452
Binary1111111110011011001100110011000001010010101001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCD09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,205,9); }

 H1.HeaderClassName
 {
   color: #7FCD09;
 }
 .AnyTagClassName
 {
   color: #7FCD09;
 }
</style>
background-color css

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

 a { background-color: rgb(127,205,9); }

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

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

 span { border-color: rgb(127,205,9); }

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