Html Css Color HEX #7DCA83 De York

📋 copy color: '#7DCA83'

red 125 ◦ green 202 ◦ blue 131

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

Shades of De York #7DCA83

Tints of De York #7DCA83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.6%

R = 27.29%
G = 44.1%
B = 28.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#7DCA83 (or 0x7DCA83) is known color: De York. HEX triplet: 7D, CA and 83. RGB value is (125,202,131). Sum of RGB (Red+Green+Blue) = 125+202+131=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCA83 is #82357C. Grayscale: #ABABAB. Windows color (decimal): -8533373 or 8637053. OLE color: 8637053.

HSL color Cylindrical-coordinate representation of color #7DCA83: hue angle of 124.68º 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 #7DCA83 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 202 131 -
CMYK 0.38 0 0.35 0.21
HSL 124.68º 0.42% 0.64% -
HSV(B) 124.68º 0.38% 0.79% -
XYZ 33.67 48.24 29.01 -
YUV 170.88 105.49 95.27 -
System Red Green Blue C M Y K H S L
Decimal 125 202 131 0.38 0 0.35 0.21 124.68 0.42 0.64
Hex 7D CA 83 26 0 23 15 7D 2A 40
Octal 175 312 203 46 0 43 25 175 52 100
Binary 1111101 11001010 10000011 100110 0 100011 10101 1111101 101010 1000000

Color Harmonies of #7DCA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCA83

Black with #7DCA83

Text Example


Text Example

White with #7DCA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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