Html Css Color HEX #7CDC95 De York

📋 copy color: '#7CDC95'

red 124 ◦ green 220 ◦ blue 149

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

Shades of De York #7CDC95

Tints of De York #7CDC95

RGB

 RED value IS 124 (48.83% from 255) = 25.15%

 GREEN value IS 220 (86.33% from 255) = 44.62%

 BLUE value IS 149 (58.59% from 255) = 30.22%

R = 25.15%
G = 44.62%
B = 30.22%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#7CDC95 (or 0x7CDC95) is known color: De York. HEX triplet: 7C, DC and 95. RGB value is (124,220,149). Sum of RGB (Red+Green+Blue) = 124+220+149=493 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.15% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDC95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDC95 is #83236A. Grayscale: #B7B7B7. Windows color (decimal): -8594283 or 9821308. OLE color: 9821308.

HSL color Cylindrical-coordinate representation of color #7CDC95: hue angle of 135.62º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDC95 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 220 149 -
CMYK 0.44 0 0.32 0.14
HSL 135.63º 0.58% 0.67% -
HSV(B) 135.63º 0.44% 0.86% -
XYZ 39.33 57.64 37.49 -
YUV 183.2 108.7 85.77 -
System Red Green Blue C M Y K H S L
Decimal 124 220 149 0.44 0 0.32 0.14 135.63 0.58 0.67
Hex 7C DC 95 2C 0 20 E 88 3A 43
Octal 174 334 225 54 0 40 16 210 72 103
Binary 1111100 11011100 10010101 101100 0 100000 1110 10001000 111010 1000011

Color Harmonies of #7CDC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDC95

Black with #7CDC95

Text Example


Text Example

White with #7CDC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,220,149); }

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

background-color css

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

 a { background-color: rgb(124,220,149); }

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

border-color css

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

 span { border-color: rgb(124,220,149); }

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