#7DDB98

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

Shades of De York #7DDB98

Tints of De York #7DDB98

Color information

#7DDB98 (or 0x7DDB98) is unknown color: approx De York. HEX triplet: 7D, DB and 98. RGB value is (125,219,152). Sum of RGB (Red+Green+Blue) = 125+219+152=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDB98 is #822467. Grayscale: #B7B7B7. Windows color (decimal): -8529000 or 10017661. OLE color: 10017661.

HSL color Cylindrical-coordinate representation of color #7DDB98: hue angle of 137.23º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDB98 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB125219152-
CMYK0.4300.310.14
HSL137.23º56.63%67.45%-
HSV(B)137.23º42.92%85.88%-
XYZ39.4657.2938.68-
YUV183.26110.3686.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.20%
GREEN value IS 219 (85.94% from 255) = 44.15%
BLUE value IS 152 (59.77% from 255) = 30.65%
R=25.20%
G=44.15%
B=30.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252191520.4300.310.14137.2356.6367.45
Hex7DDB982B01FE893943
Octal175333230530371621171103
Binary111110111011011100110001010110111111110100010011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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