Html Css Color HEX #7CD096 De York

📋 copy color: '#7CD096'

red 124 ◦ green 208 ◦ blue 150

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

Shades of De York #7CD096

Tints of De York #7CD096

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.15%

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

R = 25.73%
G = 43.15%
B = 31.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#7CD096 (or 0x7CD096) is known color: De York. HEX triplet: 7C, D0 and 96. RGB value is (124,208,150). Sum of RGB (Red+Green+Blue) = 124+208+150=482 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.73% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #7CD096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD096 is #832F69. Grayscale: #B0B0B0. Windows color (decimal): -8597354 or 9883772. OLE color: 9883772.

HSL color Cylindrical-coordinate representation of color #7CD096: hue angle of 138.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CD096 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 124 208 150 -
CMYK 0.40 0 0.28 0.18
HSL 138.57º 0.47% 0.65% -
HSV(B) 138.57º 0.4% 0.82% -
XYZ 36.37 51.6 36.9 -
YUV 176.27 113.17 90.72 -
System Red Green Blue C M Y K H S L
Decimal 124 208 150 0.40 0 0.28 0.18 138.57 0.47 0.65
Hex 7C D0 96 28 0 1C 12 8B 2F 41
Octal 174 320 226 50 0 34 22 213 57 101
Binary 1111100 11010000 10010110 101000 0 11100 10010 10001011 101111 1000001

Color Harmonies of #7CD096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CD096

Black with #7CD096

Text Example


Text Example

White with #7CD096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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