#7DC27B

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

Shades of De York #7DC27B

Tints of De York #7DC27B

Color information

#7DC27B (or 0x7DC27B) is unknown color: approx De York. HEX triplet: 7D, C2 and 7B. RGB value is (125,194,123). Sum of RGB (Red+Green+Blue) = 125+194+123=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC27B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC27B is #823D84. Grayscale: #A5A5A5. Windows color (decimal): -8535429 or 8110717. OLE color: 8110717.

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

Color convert

RGB125194123-
CMYK0.3600.370.24
HSL118.31º36.79%62.16%-
HSV(B)118.31º36.6%76.08%-
XYZ31.3244.3725.65-
YUV165.27104.1499.27-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.28%
GREEN value IS 194 (76.17% from 255) = 43.89%
BLUE value IS 123 (48.44% from 255) = 27.83%
R=28.28%
G=43.89%
B=27.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251941230.3600.370.24118.3136.7962.16
Hex7DC27B240251876253e
Octal17530217344045301664576
Binary11111011100001011110111001000100101110001110110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,194,123); }

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

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

 a { background-color: rgb(125,194,123); }

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

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

 span { border-color: rgb(125,194,123); }

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