Html Css Color HEX #7DC288 De York

📋 copy color: '#7DC288'

red 125 ◦ green 194 ◦ blue 136

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

Shades of De York #7DC288

Tints of De York #7DC288

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.64%

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

R = 27.47%
G = 42.64%
B = 29.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#7DC288 (or 0x7DC288) is known color: De York. HEX triplet: 7D, C2 and 88. RGB value is (125,194,136). Sum of RGB (Red+Green+Blue) = 125+194+136=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC288 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC288 is #823D77. Grayscale: #A6A6A6. Windows color (decimal): -8535416 or 8962685. OLE color: 8962685.

HSL color Cylindrical-coordinate representation of color #7DC288: hue angle of 129.57º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC288 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 194 136 -
CMYK 0.36 0 0.30 0.24
HSL 129.57º 0.36% 0.63% -
HSV(B) 129.57º 0.36% 0.76% -
XYZ 32.19 44.72 30.23 -
YUV 166.76 110.64 98.22 -
System Red Green Blue C M Y K H S L
Decimal 125 194 136 0.36 0 0.30 0.24 129.57 0.36 0.63
Hex 7D C2 88 24 0 1E 18 82 24 3F
Octal 175 302 210 44 0 36 30 202 44 77
Binary 1111101 11000010 10001000 100100 0 11110 11000 10000010 100100 111111

Color Harmonies of #7DC288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC288

Black with #7DC288

Text Example


Text Example

White with #7DC288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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