Html Css Color HEX #7DDB95 De York

📋 copy color: '#7DDB95'

red 125 ◦ green 219 ◦ blue 149

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

Shades of De York #7DDB95

Tints of De York #7DDB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.22%

R = 25.35%
G = 44.42%
B = 30.22%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#7DDB95 (or 0x7DDB95) is known color: De York. HEX triplet: 7D, DB and 95. RGB value is (125,219,149). Sum of RGB (Red+Green+Blue) = 125+219+149=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDB95 is #82246A. Grayscale: #B7B7B7. Windows color (decimal): -8529003 or 9821053. OLE color: 9821053.

HSL color Cylindrical-coordinate representation of color #7DDB95: hue angle of 135.32º 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 #7DDB95 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 219 149 -
CMYK 0.43 0 0.32 0.14
HSL 135.32º 0.57% 0.67% -
HSV(B) 135.32º 0.43% 0.86% -
XYZ 39.21 57.19 37.41 -
YUV 182.91 108.86 86.69 -
System Red Green Blue C M Y K H S L
Decimal 125 219 149 0.43 0 0.32 0.14 135.32 0.57 0.67
Hex 7D DB 95 2B 0 20 E 87 39 43
Octal 175 333 225 53 0 40 16 207 71 103
Binary 1111101 11011011 10010101 101011 0 100000 1110 10000111 111001 1000011

Color Harmonies of #7DDB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDB95

Black with #7DDB95

Text Example


Text Example

White with #7DDB95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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