Html Css Color HEX #7DD48B De York

📋 copy color: '#7DD48B'

red 125 ◦ green 212 ◦ blue 139

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

Shades of De York #7DD48B

Tints of De York #7DD48B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.54%

 BLUE value IS 139 (54.69% from 255) = 29.2%

R = 26.26%
G = 44.54%
B = 29.2%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#7DD48B (or 0x7DD48B) is known color: De York. HEX triplet: 7D, D4 and 8B. RGB value is (125,212,139). Sum of RGB (Red+Green+Blue) = 125+212+139=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #7DD48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD48B is #822B74. Grayscale: #B1B1B1. Windows color (decimal): -8530805 or 9163901. OLE color: 9163901.

HSL color Cylindrical-coordinate representation of color #7DD48B: hue angle of 129.66º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD48B is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 125 212 139 -
CMYK 0.41 0 0.34 0.17
HSL 129.66º 0.5% 0.66% -
HSV(B) 129.66º 0.41% 0.83% -
XYZ 36.66 53.31 32.78 -
YUV 177.67 106.18 90.44 -
System Red Green Blue C M Y K H S L
Decimal 125 212 139 0.41 0 0.34 0.17 129.66 0.5 0.66
Hex 7D D4 8B 29 0 22 11 82 32 42
Octal 175 324 213 51 0 42 21 202 62 102
Binary 1111101 11010100 10001011 101001 0 100010 10001 10000010 110010 1000010

Color Harmonies of #7DD48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD48B

Black with #7DD48B

Text Example


Text Example

White with #7DD48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,212,139); }

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

background-color css

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

 a { background-color: rgb(125,212,139); }

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

border-color css

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

 span { border-color: rgb(125,212,139); }

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