Html Css Color HEX #7DD28A De York

📋 copy color: '#7DD28A'

red 125 ◦ green 210 ◦ blue 138

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

Shades of De York #7DD28A

Tints of De York #7DD28A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.4%

 BLUE value IS 138 (54.3% from 255) = 29.18%

R = 26.43%
G = 44.4%
B = 29.18%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#7DD28A (or 0x7DD28A) is known color: De York. HEX triplet: 7D, D2 and 8A. RGB value is (125,210,138). Sum of RGB (Red+Green+Blue) = 125+210+138=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD28A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD28A is #822D75. Grayscale: #B0B0B0. Windows color (decimal): -8531318 or 9097853. OLE color: 9097853.

HSL color Cylindrical-coordinate representation of color #7DD28A: hue angle of 129.18º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD28A is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 210 138 -
CMYK 0.40 0 0.34 0.18
HSL 129.18º 0.49% 0.66% -
HSV(B) 129.18º 0.4% 0.82% -
XYZ 36.09 52.29 32.24 -
YUV 176.38 106.34 91.35 -
System Red Green Blue C M Y K H S L
Decimal 125 210 138 0.40 0 0.34 0.18 129.18 0.49 0.66
Hex 7D D2 8A 28 0 22 12 81 31 42
Octal 175 322 212 50 0 42 22 201 61 102
Binary 1111101 11010010 10001010 101000 0 100010 10010 10000001 110001 1000010

Color Harmonies of #7DD28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD28A

Black with #7DD28A

Text Example


Text Example

White with #7DD28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,210,138); }

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

background-color css

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

 a { background-color: rgb(125,210,138); }

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

border-color css

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

 span { border-color: rgb(125,210,138); }

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