#7DC38B

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

Shades of De York #7DC38B

Tints of De York #7DC38B

Color information

#7DC38B (or 0x7DC38B) is unknown color: approx De York. HEX triplet: 7D, C3 and 8B. RGB value is (125,195,139). Sum of RGB (Red+Green+Blue) = 125+195+139=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC38B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC38B is #823C74. Grayscale: #A7A7A7. Windows color (decimal): -8535157 or 9159549. OLE color: 9159549.

HSL color Cylindrical-coordinate representation of color #7DC38B: hue angle of 132º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC38B is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB125195139-
CMYK0.3600.290.24
HSL132º36.84%62.75%-
HSV(B)132º35.9%76.47%-
XYZ32.6345.2531.44-
YUV167.69111.8197.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.23%
GREEN value IS 195 (76.56% from 255) = 42.48%
BLUE value IS 139 (54.69% from 255) = 30.28%
R=27.23%
G=42.48%
B=30.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251951390.3600.290.2413236.8462.75
Hex7DC38B2401D1884253f
Octal17530321344035302044577
Binary111110111000011100010111001000111011100010000100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,195,139); }

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

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

 a { background-color: rgb(125,195,139); }

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

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

 span { border-color: rgb(125,195,139); }

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