Html Css Color HEX #7DC888 De York

📋 copy color: '#7DC888'

red 125 ◦ green 200 ◦ blue 136

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

Shades of De York #7DC888

Tints of De York #7DC888

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.38%

 BLUE value IS 136 (53.52% from 255) = 29.5%

R = 27.11%
G = 43.38%
B = 29.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#7DC888 (or 0x7DC888) is known color: De York. HEX triplet: 7D, C8 and 88. RGB value is (125,200,136). Sum of RGB (Red+Green+Blue) = 125+200+136=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC888 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC888 is #823777. Grayscale: #AAAAAA. Windows color (decimal): -8533880 or 8964221. OLE color: 8964221.

HSL color Cylindrical-coordinate representation of color #7DC888: hue angle of 128.8º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC888 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 200 136 -
CMYK 0.38 0 0.32 0.22
HSL 128.8º 0.41% 0.64% -
HSV(B) 128.8º 0.38% 0.78% -
XYZ 33.56 47.45 30.68 -
YUV 170.28 108.65 95.7 -
System Red Green Blue C M Y K H S L
Decimal 125 200 136 0.38 0 0.32 0.22 128.8 0.41 0.64
Hex 7D C8 88 26 0 20 16 81 29 40
Octal 175 310 210 46 0 40 26 201 51 100
Binary 1111101 11001000 10001000 100110 0 100000 10110 10000001 101001 1000000

Color Harmonies of #7DC888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC888

Black with #7DC888

Text Example


Text Example

White with #7DC888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,200,136); }

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

background-color css

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

 a { background-color: rgb(125,200,136); }

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

border-color css

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

 span { border-color: rgb(125,200,136); }

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