Html Css Color HEX #7DD692 De York

📋 copy color: '#7DD692'

red 125 ◦ green 214 ◦ blue 146

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

Shades of De York #7DD692

Tints of De York #7DD692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.1%

R = 25.77%
G = 44.12%
B = 30.1%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#7DD692 (or 0x7DD692) is known color: De York. HEX triplet: 7D, D6 and 92. RGB value is (125,214,146). Sum of RGB (Red+Green+Blue) = 125+214+146=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD692 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD692 is #82296D. Grayscale: #B3B3B3. Windows color (decimal): -8530286 or 9623165. OLE color: 9623165.

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

Color convert

RGB 125 214 146 -
CMYK 0.42 0 0.32 0.16
HSL 134.16º 0.52% 0.66% -
HSV(B) 134.16º 0.42% 0.84% -
XYZ 37.69 54.53 35.73 -
YUV 179.64 109.01 89.03 -
System Red Green Blue C M Y K H S L
Decimal 125 214 146 0.42 0 0.32 0.16 134.16 0.52 0.66
Hex 7D D6 92 2A 0 20 10 86 34 42
Octal 175 326 222 52 0 40 20 206 64 102
Binary 1111101 11010110 10010010 101010 0 100000 10000 10000110 110100 1000010

Color Harmonies of #7DD692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD692

Black with #7DD692

Text Example


Text Example

White with #7DD692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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