Html Css Color HEX #7DC286 De York

📋 copy color: '#7DC286'

red 125 ◦ green 194 ◦ blue 134

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

Shades of De York #7DC286

Tints of De York #7DC286

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.83%

 BLUE value IS 134 (52.73% from 255) = 29.58%

R = 27.59%
G = 42.83%
B = 29.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#7DC286 (or 0x7DC286) is known color: De York. HEX triplet: 7D, C2 and 86. RGB value is (125,194,134). Sum of RGB (Red+Green+Blue) = 125+194+134=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC286 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC286 is #823D79. Grayscale: #A6A6A6. Windows color (decimal): -8535418 or 8831613. OLE color: 8831613.

HSL color Cylindrical-coordinate representation of color #7DC286: hue angle of 127.83º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC286 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 194 134 -
CMYK 0.36 0 0.31 0.24
HSL 127.83º 0.36% 0.63% -
HSV(B) 127.83º 0.36% 0.76% -
XYZ 32.05 44.66 29.49 -
YUV 166.53 109.64 98.38 -
System Red Green Blue C M Y K H S L
Decimal 125 194 134 0.36 0 0.31 0.24 127.83 0.36 0.63
Hex 7D C2 86 24 0 1F 18 80 24 3F
Octal 175 302 206 44 0 37 30 200 44 77
Binary 1111101 11000010 10000110 100100 0 11111 11000 10000000 100100 111111

Color Harmonies of #7DC286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC286

Black with #7DC286

Text Example


Text Example

White with #7DC286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,194,134); }

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

background-color css

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

 a { background-color: rgb(125,194,134); }

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

border-color css

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

 span { border-color: rgb(125,194,134); }

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