Html Css Color HEX #7DE08D De York

📋 copy color: '#7DE08D'

red 125 ◦ green 224 ◦ blue 141

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

Shades of De York #7DE08D

Tints of De York #7DE08D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.71%

 BLUE value IS 141 (55.47% from 255) = 28.78%

R = 25.51%
G = 45.71%
B = 28.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#7DE08D (or 0x7DE08D) is known color: De York. HEX triplet: 7D, E0 and 8D. RGB value is (125,224,141). Sum of RGB (Red+Green+Blue) = 125+224+141=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #7DE08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE08D is #821F72. Grayscale: #B9B9B9. Windows color (decimal): -8527731 or 9298045. OLE color: 9298045.

HSL color Cylindrical-coordinate representation of color #7DE08D: hue angle of 129.7º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE08D is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 125 224 141 -
CMYK 0.44 0 0.37 0.12
HSL 129.7º 0.61% 0.68% -
HSV(B) 129.7º 0.44% 0.88% -
XYZ 39.92 59.59 34.6 -
YUV 184.94 103.2 85.25 -
System Red Green Blue C M Y K H S L
Decimal 125 224 141 0.44 0 0.37 0.12 129.7 0.61 0.68
Hex 7D E0 8D 2C 0 25 C 82 3D 44
Octal 175 340 215 54 0 45 14 202 75 104
Binary 1111101 11100000 10001101 101100 0 100101 1100 10000010 111101 1000100

Color Harmonies of #7DE08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE08D

Black with #7DE08D

Text Example


Text Example

White with #7DE08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,224,141); }

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

background-color css

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

 a { background-color: rgb(125,224,141); }

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

border-color css

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

 span { border-color: rgb(125,224,141); }

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