Html Css Color HEX #7DCA85 De York

📋 copy color: '#7DCA85'

red 125 ◦ green 202 ◦ blue 133

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

Shades of De York #7DCA85

Tints of De York #7DCA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.91%

R = 27.17%
G = 43.91%
B = 28.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#7DCA85 (or 0x7DCA85) is known color: De York. HEX triplet: 7D, CA and 85. RGB value is (125,202,133). Sum of RGB (Red+Green+Blue) = 125+202+133=460 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.17% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCA85 is #82357A. Grayscale: #ABABAB. Windows color (decimal): -8533371 or 8768125. OLE color: 8768125.

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

Color convert

RGB 125 202 133 -
CMYK 0.38 0 0.34 0.21
HSL 126.23º 0.42% 0.64% -
HSV(B) 126.23º 0.38% 0.79% -
XYZ 33.81 48.29 29.73 -
YUV 171.11 106.49 95.11 -
System Red Green Blue C M Y K H S L
Decimal 125 202 133 0.38 0 0.34 0.21 126.23 0.42 0.64
Hex 7D CA 85 26 0 22 15 7E 2A 40
Octal 175 312 205 46 0 42 25 176 52 100
Binary 1111101 11001010 10000101 100110 0 100010 10101 1111110 101010 1000000

Color Harmonies of #7DCA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCA85

Black with #7DCA85

Text Example


Text Example

White with #7DCA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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