Html Css Color HEX #7CDD96 De York

📋 copy color: '#7CDD96'

red 124 ◦ green 221 ◦ blue 150

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

Shades of De York #7CDD96

Tints of De York #7CDD96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.3%

R = 25.05%
G = 44.65%
B = 30.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#7CDD96 (or 0x7CDD96) is known color: De York. HEX triplet: 7C, DD and 96. RGB value is (124,221,150). Sum of RGB (Red+Green+Blue) = 124+221+150=495 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.05% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDD96 is #832269. Grayscale: #B8B8B8. Windows color (decimal): -8594026 or 9887100. OLE color: 9887100.

HSL color Cylindrical-coordinate representation of color #7CDD96: hue angle of 136.08º 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 #7CDD96 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 221 150 -
CMYK 0.44 0 0.32 0.13
HSL 136.08º 0.59% 0.68% -
HSV(B) 136.08º 0.44% 0.87% -
XYZ 39.67 58.2 38 -
YUV 183.9 108.86 85.27 -
System Red Green Blue C M Y K H S L
Decimal 124 221 150 0.44 0 0.32 0.13 136.08 0.59 0.68
Hex 7C DD 96 2C 0 20 D 88 3B 44
Octal 174 335 226 54 0 40 15 210 73 104
Binary 1111100 11011101 10010110 101100 0 100000 1101 10001000 111011 1000100

Color Harmonies of #7CDD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDD96

Black with #7CDD96

Text Example


Text Example

White with #7CDD96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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