Html Css Color HEX #7CD594 De York

📋 copy color: '#7CD594'

red 124 ◦ green 213 ◦ blue 148

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

Shades of De York #7CD594

Tints of De York #7CD594

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.92%

 BLUE value IS 148 (58.2% from 255) = 30.52%

R = 25.57%
G = 43.92%
B = 30.52%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#7CD594 (or 0x7CD594) is known color: De York. HEX triplet: 7C, D5 and 94. RGB value is (124,213,148). Sum of RGB (Red+Green+Blue) = 124+213+148=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #7CD594 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD594 is #832A6B. Grayscale: #B3B3B3. Windows color (decimal): -8596076 or 9753980. OLE color: 9753980.

HSL color Cylindrical-coordinate representation of color #7CD594: hue angle of 136.18º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CD594 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 124 213 148 -
CMYK 0.42 0 0.31 0.16
HSL 136.18º 0.51% 0.66% -
HSV(B) 136.18º 0.42% 0.84% -
XYZ 37.45 54.01 36.47 -
YUV 178.98 110.51 88.79 -
System Red Green Blue C M Y K H S L
Decimal 124 213 148 0.42 0 0.31 0.16 136.18 0.51 0.66
Hex 7C D5 94 2A 0 1F 10 88 33 42
Octal 174 325 224 52 0 37 20 210 63 102
Binary 1111100 11010101 10010100 101010 0 11111 10000 10001000 110011 1000010

Color Harmonies of #7CD594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CD594

Black with #7CD594

Text Example


Text Example

White with #7CD594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,213,148); }

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

background-color css

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

 a { background-color: rgb(124,213,148); }

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

border-color css

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

 span { border-color: rgb(124,213,148); }

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