Html Css Color HEX #7DCA92 De York

📋 copy color: '#7DCA92'

red 125 ◦ green 202 ◦ blue 146

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

Shades of De York #7DCA92

Tints of De York #7DCA92

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.71%

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

R = 26.43%
G = 42.71%
B = 30.87%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#7DCA92 (or 0x7DCA92) is known color: De York. HEX triplet: 7D, CA and 92. RGB value is (125,202,146). Sum of RGB (Red+Green+Blue) = 125+202+146=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCA92 is #82356D. Grayscale: #ACACAC. Windows color (decimal): -8533358 or 9620093. OLE color: 9620093.

HSL color Cylindrical-coordinate representation of color #7DCA92: hue angle of 136.36º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCA92 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 202 146 -
CMYK 0.38 0 0.28 0.21
HSL 136.36º 0.42% 0.64% -
HSV(B) 136.36º 0.38% 0.79% -
XYZ 34.77 48.68 34.76 -
YUV 172.59 112.99 94.05 -
System Red Green Blue C M Y K H S L
Decimal 125 202 146 0.38 0 0.28 0.21 136.36 0.42 0.64
Hex 7D CA 92 26 0 1C 15 88 2A 40
Octal 175 312 222 46 0 34 25 210 52 100
Binary 1111101 11001010 10010010 100110 0 11100 10101 10001000 101010 1000000

Color Harmonies of #7DCA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCA92

Black with #7DCA92

Text Example


Text Example

White with #7DCA92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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