Html Css Color HEX #7DDB8A De York

📋 copy color: '#7DDB8A'

red 125 ◦ green 219 ◦ blue 138

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

Shades of De York #7DDB8A

Tints of De York #7DDB8A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.44%

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

R = 25.93%
G = 45.44%
B = 28.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#7DDB8A (or 0x7DDB8A) is known color: De York. HEX triplet: 7D, DB and 8A. RGB value is (125,219,138). Sum of RGB (Red+Green+Blue) = 125+219+138=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDB8A is #822475. Grayscale: #B5B5B5. Windows color (decimal): -8529014 or 9100157. OLE color: 9100157.

HSL color Cylindrical-coordinate representation of color #7DDB8A: hue angle of 128.3º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDB8A is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 219 138 -
CMYK 0.43 0 0.37 0.14
HSL 128.3º 0.57% 0.67% -
HSV(B) 128.3º 0.43% 0.86% -
XYZ 38.38 56.86 33 -
YUV 181.66 103.36 87.59 -
System Red Green Blue C M Y K H S L
Decimal 125 219 138 0.43 0 0.37 0.14 128.3 0.57 0.67
Hex 7D DB 8A 2B 0 25 E 80 39 43
Octal 175 333 212 53 0 45 16 200 71 103
Binary 1111101 11011011 10001010 101011 0 100101 1110 10000000 111001 1000011

Color Harmonies of #7DDB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDB8A

Black with #7DDB8A

Text Example


Text Example

White with #7DDB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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