Html Css Color HEX #7DD684 De York

📋 copy color: '#7DD684'

red 125 ◦ green 214 ◦ blue 132

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

Shades of De York #7DD684

Tints of De York #7DD684

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.44%

 BLUE value IS 132 (51.95% from 255) = 28.03%

R = 26.54%
G = 45.44%
B = 28.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#7DD684 (or 0x7DD684) is known color: De York. HEX triplet: 7D, D6 and 84. RGB value is (125,214,132). Sum of RGB (Red+Green+Blue) = 125+214+132=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD684 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD684 is #82297B. Grayscale: #B2B2B2. Windows color (decimal): -8530300 or 8705661. OLE color: 8705661.

HSL color Cylindrical-coordinate representation of color #7DD684: hue angle of 124.72º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD684 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 214 132 -
CMYK 0.42 0 0.38 0.16
HSL 124.72º 0.52% 0.66% -
HSV(B) 124.72º 0.42% 0.84% -
XYZ 36.67 54.12 30.34 -
YUV 178.04 102.01 90.17 -
System Red Green Blue C M Y K H S L
Decimal 125 214 132 0.42 0 0.38 0.16 124.72 0.52 0.66
Hex 7D D6 84 2A 0 26 10 7D 34 42
Octal 175 326 204 52 0 46 20 175 64 102
Binary 1111101 11010110 10000100 101010 0 100110 10000 1111101 110100 1000010

Color Harmonies of #7DD684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD684

Black with #7DD684

Text Example


Text Example

White with #7DD684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,214,132); }

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

background-color css

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

 a { background-color: rgb(125,214,132); }

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

border-color css

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

 span { border-color: rgb(125,214,132); }

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