Html Css Color HEX #7DD68E De York

📋 copy color: '#7DD68E'

red 125 ◦ green 214 ◦ blue 142

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

Shades of De York #7DD68E

Tints of De York #7DD68E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.49%

 BLUE value IS 142 (55.86% from 255) = 29.52%

R = 25.99%
G = 44.49%
B = 29.52%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#7DD68E (or 0x7DD68E) is known color: De York. HEX triplet: 7D, D6 and 8E. RGB value is (125,214,142). Sum of RGB (Red+Green+Blue) = 125+214+142=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD68E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD68E is #822971. Grayscale: #B3B3B3. Windows color (decimal): -8530290 or 9361021. OLE color: 9361021.

HSL color Cylindrical-coordinate representation of color #7DD68E: hue angle of 131.46º 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 #7DD68E is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 214 142 -
CMYK 0.42 0 0.34 0.16
HSL 131.46º 0.52% 0.66% -
HSV(B) 131.46º 0.42% 0.84% -
XYZ 37.39 54.41 34.12 -
YUV 179.18 107.01 89.35 -
System Red Green Blue C M Y K H S L
Decimal 125 214 142 0.42 0 0.34 0.16 131.46 0.52 0.66
Hex 7D D6 8E 2A 0 22 10 83 34 42
Octal 175 326 216 52 0 42 20 203 64 102
Binary 1111101 11010110 10001110 101010 0 100010 10000 10000011 110100 1000010

Color Harmonies of #7DD68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD68E

Black with #7DD68E

Text Example


Text Example

White with #7DD68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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