Html Css Color HEX #7DC088 De York

📋 copy color: '#7DC088'

red 125 ◦ green 192 ◦ blue 136

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

Shades of De York #7DC088

Tints of De York #7DC088

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.38%

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

R = 27.59%
G = 42.38%
B = 30.02%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#7DC088 (or 0x7DC088) is known color: De York. HEX triplet: 7D, C0 and 88. RGB value is (125,192,136). Sum of RGB (Red+Green+Blue) = 125+192+136=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC088 is #823F77. Grayscale: #A5A5A5. Windows color (decimal): -8535928 or 8962173. OLE color: 8962173.

HSL color Cylindrical-coordinate representation of color #7DC088: hue angle of 129.85º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DC088 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 192 136 -
CMYK 0.35 0 0.29 0.25
HSL 129.85º 0.35% 0.62% -
HSV(B) 129.85º 0.35% 0.75% -
XYZ 31.75 43.84 30.08 -
YUV 165.58 111.3 99.05 -
System Red Green Blue C M Y K H S L
Decimal 125 192 136 0.35 0 0.29 0.25 129.85 0.35 0.62
Hex 7D C0 88 23 0 1D 19 82 23 3E
Octal 175 300 210 43 0 35 31 202 43 76
Binary 1111101 11000000 10001000 100011 0 11101 11001 10000010 100011 111110

Color Harmonies of #7DC088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC088

Black with #7DC088

Text Example


Text Example

White with #7DC088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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