Html Css Color HEX #7CDD95 De York

📋 copy color: '#7CDD95'

red 124 ◦ green 221 ◦ blue 149

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

Shades of De York #7CDD95

Tints of De York #7CDD95

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.74%

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

R = 25.1%
G = 44.74%
B = 30.16%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#7CDD95 (or 0x7CDD95) is known color: De York. HEX triplet: 7C, DD and 95. RGB value is (124,221,149). Sum of RGB (Red+Green+Blue) = 124+221+149=494 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.10% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDD95 is #83226A. Grayscale: #B7B7B7. Windows color (decimal): -8594027 or 9821564. OLE color: 9821564.

HSL color Cylindrical-coordinate representation of color #7CDD95: hue angle of 135.46º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDD95 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 221 149 -
CMYK 0.44 0 0.33 0.13
HSL 135.46º 0.59% 0.68% -
HSV(B) 135.46º 0.44% 0.87% -
XYZ 39.59 58.17 37.57 -
YUV 183.79 108.36 85.35 -
System Red Green Blue C M Y K H S L
Decimal 124 221 149 0.44 0 0.33 0.13 135.46 0.59 0.68
Hex 7C DD 95 2C 0 21 D 87 3B 44
Octal 174 335 225 54 0 41 15 207 73 104
Binary 1111100 11011101 10010101 101100 0 100001 1101 10000111 111011 1000100

Color Harmonies of #7CDD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDD95

Black with #7CDD95

Text Example


Text Example

White with #7CDD95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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