#7DC88B

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

Shades of De York #7DC88B

Tints of De York #7DC88B

Color information

#7DC88B (or 0x7DC88B) is unknown color: approx De York. HEX triplet: 7D, C8 and 8B. RGB value is (125,200,139). Sum of RGB (Red+Green+Blue) = 125+200+139=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC88B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC88B is #823774. Grayscale: #AAAAAA. Windows color (decimal): -8533877 or 9160829. OLE color: 9160829.

HSL color Cylindrical-coordinate representation of color #7DC88B: hue angle of 131.2º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC88B is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB125200139-
CMYK0.3800.300.22
HSL131.2º40.54%63.73%-
HSV(B)131.2º37.5%78.43%-
XYZ33.7747.5331.82-
YUV170.62110.1595.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.94%
GREEN value IS 200 (78.52% from 255) = 43.10%
BLUE value IS 139 (54.69% from 255) = 29.96%
R=26.94%
G=43.10%
B=29.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1252001390.3800.300.22131.240.5463.73
Hex7DC88B2601E16832940
Octal175310213460362620351100
Binary1111101110010001000101110011001111010110100000111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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