Html Css Color HEX #7DCD90 De York

📋 copy color: '#7DCD90'

red 125 ◦ green 205 ◦ blue 144

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

Shades of De York #7DCD90

Tints of De York #7DCD90

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.25%

 BLUE value IS 144 (56.64% from 255) = 30.38%

R = 26.37%
G = 43.25%
B = 30.38%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#7DCD90 (or 0x7DCD90) is known color: De York. HEX triplet: 7D, CD and 90. RGB value is (125,205,144). Sum of RGB (Red+Green+Blue) = 125+205+144=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCD90 is #82326F. Grayscale: #AEAEAE. Windows color (decimal): -8532592 or 9489789. OLE color: 9489789.

HSL color Cylindrical-coordinate representation of color #7DCD90: hue angle of 134.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCD90 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 205 144 -
CMYK 0.39 0 0.30 0.20
HSL 134.25º 0.44% 0.65% -
HSV(B) 134.25º 0.39% 0.8% -
XYZ 35.32 50.04 34.18 -
YUV 174.13 111 92.96 -
System Red Green Blue C M Y K H S L
Decimal 125 205 144 0.39 0 0.30 0.20 134.25 0.44 0.65
Hex 7D CD 90 27 0 1E 14 86 2C 41
Octal 175 315 220 47 0 36 24 206 54 101
Binary 1111101 11001101 10010000 100111 0 11110 10100 10000110 101100 1000001

Color Harmonies of #7DCD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCD90

Black with #7DCD90

Text Example


Text Example

White with #7DCD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,205,144); }

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

background-color css

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

 a { background-color: rgb(125,205,144); }

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

border-color css

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

 span { border-color: rgb(125,205,144); }

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