Html Css Color HEX #7DD898 De York

📋 copy color: '#7DD898'

red 125 ◦ green 216 ◦ blue 152

#7DD898
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #7DD898

Tints of De York #7DD898

RGB

 RED value IS 125 (49.22% from 255) = 25.35%

 GREEN value IS 216 (84.77% from 255) = 43.81%

 BLUE value IS 152 (59.77% from 255) = 30.83%

R = 25.35%
G = 43.81%
B = 30.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#7DD898 (or 0x7DD898) is known color: De York. HEX triplet: 7D, D8 and 98. RGB value is (125,216,152). Sum of RGB (Red+Green+Blue) = 125+216+152=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD898 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD898 is #822767. Grayscale: #B5B5B5. Windows color (decimal): -8529768 or 10016893. OLE color: 10016893.

HSL color Cylindrical-coordinate representation of color #7DD898: hue angle of 137.8º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD898 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 216 152 -
CMYK 0.42 0 0.30 0.15
HSL 137.8º 0.54% 0.67% -
HSV(B) 137.8º 0.42% 0.85% -
XYZ 38.68 55.74 38.43 -
YUV 181.5 111.35 87.7 -
System Red Green Blue C M Y K H S L
Decimal 125 216 152 0.42 0 0.30 0.15 137.8 0.54 0.67
Hex 7D D8 98 2A 0 1E F 8A 36 43
Octal 175 330 230 52 0 36 17 212 66 103
Binary 1111101 11011000 10011000 101010 0 11110 1111 10001010 110110 1000011

Color Harmonies of #7DD898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD898

Black with #7DD898

Text Example


Text Example

White with #7DD898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DD898;
 }
 .AnyTagClassName
 {
   color: #7DD898;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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