#7DCF92

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

Shades of De York #7DCF92

Tints of De York #7DCF92

Color information

#7DCF92 (or 0x7DCF92) is unknown color: approx De York. HEX triplet: 7D, CF and 92. RGB value is (125,207,146). Sum of RGB (Red+Green+Blue) = 125+207+146=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCF92 is #82306D. Grayscale: #AFAFAF. Windows color (decimal): -8532078 or 9621373. OLE color: 9621373.

HSL color Cylindrical-coordinate representation of color #7DCF92: hue angle of 135.37º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DCF92 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB125207146-
CMYK0.4000.290.19
HSL135.37º46.07%65.1%-
HSV(B)135.37º39.61%81.18%-
XYZ35.9651.0635.15-
YUV175.53111.3391.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.15%
GREEN value IS 207 (81.25% from 255) = 43.31%
BLUE value IS 146 (57.42% from 255) = 30.54%
R=26.15%
G=43.31%
B=30.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252071460.4000.290.19135.3746.0765.1
Hex7DCF922801D13872e41
Octal175317222500352320756101
Binary1111101110011111001001010100001110110011100001111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,207,146); }

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

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

 a { background-color: rgb(125,207,146); }

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

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

 span { border-color: rgb(125,207,146); }

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