Html Css Color HEX #7DCC90 De York

📋 copy color: '#7DCC90'

red 125 ◦ green 204 ◦ blue 144

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

Shades of De York #7DCC90

Tints of De York #7DCC90

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.13%

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

R = 26.43%
G = 43.13%
B = 30.44%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#7DCC90 (or 0x7DCC90) is known color: De York. HEX triplet: 7D, CC and 90. RGB value is (125,204,144). Sum of RGB (Red+Green+Blue) = 125+204+144=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCC90 is #82336F. Grayscale: #ADADAD. Windows color (decimal): -8532848 or 9489533. OLE color: 9489533.

HSL color Cylindrical-coordinate representation of color #7DCC90: hue angle of 134.43º 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 #7DCC90 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 204 144 -
CMYK 0.39 0 0.29 0.2
HSL 134.43º 0.44% 0.65% -
HSV(B) 134.43º 0.39% 0.8% -
XYZ 35.08 49.56 34.1 -
YUV 173.54 111.33 93.38 -
System Red Green Blue C M Y K H S L
Decimal 125 204 144 0.39 0 0.29 0.2 134.43 0.44 0.65
Hex 7D CC 90 27 0 1D 14 86 2C 41
Octal 175 314 220 47 0 35 24 206 54 101
Binary 1111101 11001100 10010000 100111 0 11101 10100 10000110 101100 1000001

Color Harmonies of #7DCC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCC90

Black with #7DCC90

Text Example


Text Example

White with #7DCC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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