#7FB14D

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

Shades of Chelsea Cucumber #7FB14D

Tints of Chelsea Cucumber #7FB14D

Color information

#7FB14D (or 0x7FB14D) is unknown color: approx Chelsea Cucumber. HEX triplet: 7F, B1 and 4D. RGB value is (127,177,77). Sum of RGB (Red+Green+Blue) = 127+177+77=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB14D is #804EB2. Grayscale: #979797. Windows color (decimal): -8408755 or 5091711. OLE color: 5091711.

HSL color Cylindrical-coordinate representation of color #7FB14D: hue angle of 90º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7FB14D is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB12717777-
CMYK0.2800.560.31
HSL90º39.37%49.8%-
HSV(B)90º56.5%69.41%-
XYZ25.8136.4912.7-
YUV150.6586.44111.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.33%
GREEN value IS 177 (69.53% from 255) = 46.46%
BLUE value IS 77 (30.47% from 255) = 20.21%
R=33.33%
G=46.46%
B=20.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal127177770.2800.560.319039.3749.8
Hex7FB14D1C0381F5a2732
Octal17726111534070371324762
Binary1111111101100011001101111000111000111111011010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,177,77); }

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

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

 a { background-color: rgb(127,177,77); }

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

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

 span { border-color: rgb(127,177,77); }

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