Html Css Color HEX #7DD08B De York

📋 copy color: '#7DD08B'

red 125 ◦ green 208 ◦ blue 139

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

Shades of De York #7DD08B

Tints of De York #7DD08B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.07%

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

R = 26.48%
G = 44.07%
B = 29.45%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#7DD08B (or 0x7DD08B) is known color: De York. HEX triplet: 7D, D0 and 8B. RGB value is (125,208,139). Sum of RGB (Red+Green+Blue) = 125+208+139=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD08B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD08B is #822F74. Grayscale: #AFAFAF. Windows color (decimal): -8531829 or 9162877. OLE color: 9162877.

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

Color convert

RGB 125 208 139 -
CMYK 0.40 0 0.33 0.18
HSL 130.12º 0.47% 0.65% -
HSV(B) 130.12º 0.4% 0.82% -
XYZ 35.67 51.34 32.45 -
YUV 175.32 107.5 92.11 -
System Red Green Blue C M Y K H S L
Decimal 125 208 139 0.40 0 0.33 0.18 130.12 0.47 0.65
Hex 7D D0 8B 28 0 21 12 82 2F 41
Octal 175 320 213 50 0 41 22 202 57 101
Binary 1111101 11010000 10001011 101000 0 100001 10010 10000010 101111 1000001

Color Harmonies of #7DD08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD08B

Black with #7DD08B

Text Example


Text Example

White with #7DD08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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