#7DB14F

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

Shades of Chelsea Cucumber #7DB14F

Tints of Chelsea Cucumber #7DB14F

Color information

#7DB14F (or 0x7DB14F) is unknown color: approx Chelsea Cucumber. HEX triplet: 7D, B1 and 4F. RGB value is (125,177,79). Sum of RGB (Red+Green+Blue) = 125+177+79=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB14F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB14F is #824EB0. Grayscale: #969696. Windows color (decimal): -8539825 or 5222781. OLE color: 5222781.

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

Color convert

RGB12517779-
CMYK0.2900.550.31
HSL91.84º38.58%50.2%-
HSV(B)91.84º55.37%69.41%-
XYZ25.5936.3713.07-
YUV150.2887.77109.97-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.81%
GREEN value IS 177 (69.53% from 255) = 46.46%
BLUE value IS 79 (31.25% from 255) = 20.73%
R=32.81%
G=46.46%
B=20.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125177790.2900.550.3191.8438.5850.2
Hex7DB14F1D0371F5c2732
Octal17526111735067371344762
Binary1111101101100011001111111010110111111111011100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,177,79); }

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

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

 a { background-color: rgb(125,177,79); }

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

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

 span { border-color: rgb(125,177,79); }

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