#7DD698

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

Shades of De York #7DD698

Tints of De York #7DD698

Color information

#7DD698 (or 0x7DD698) is unknown color: approx De York. HEX triplet: 7D, D6 and 98. RGB value is (125,214,152). Sum of RGB (Red+Green+Blue) = 125+214+152=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD698 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD698 is #822967. Grayscale: #B4B4B4. Windows color (decimal): -8530280 or 10016381. OLE color: 10016381.

HSL color Cylindrical-coordinate representation of color #7DD698: hue angle of 138.2º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD698 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB125214152-
CMYK0.4200.290.16
HSL138.2º52.05%66.47%-
HSV(B)138.2º41.59%83.92%-
XYZ38.1754.7238.26-
YUV180.32112.0188.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.46%
GREEN value IS 214 (83.98% from 255) = 43.58%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=25.46%
G=43.58%
B=30.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252141520.4200.290.16138.252.0566.47
Hex7DD6982A01D108a3442
Octal175326230520352021264102
Binary1111101110101101001100010101001110110000100010101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,214,152); }

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

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

 a { background-color: rgb(125,214,152); }

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

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

 span { border-color: rgb(125,214,152); }

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