Html Css Color HEX #7CD694 De York

📋 copy color: '#7CD694'

red 124 ◦ green 214 ◦ blue 148

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

Shades of De York #7CD694

Tints of De York #7CD694

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.03%

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

R = 25.51%
G = 44.03%
B = 30.45%

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

#7CD694 (or 0x7CD694) is known color: De York. HEX triplet: 7C, D6 and 94. RGB value is (124,214,148). Sum of RGB (Red+Green+Blue) = 124+214+148=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #7CD694 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD694 is #83296B. Grayscale: #B3B3B3. Windows color (decimal): -8595820 or 9754236. OLE color: 9754236.

HSL color Cylindrical-coordinate representation of color #7CD694: hue angle of 136º degrees, saturation: 0.52, 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 #7CD694 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 124 214 148 -
CMYK 0.42 0 0.31 0.16
HSL 136º 0.52% 0.66% -
HSV(B) 136º 0.42% 0.84% -
XYZ 37.7 54.52 36.55 -
YUV 179.57 110.18 88.37 -
System Red Green Blue C M Y K H S L
Decimal 124 214 148 0.42 0 0.31 0.16 136 0.52 0.66
Hex 7C D6 94 2A 0 1F 10 88 34 42
Octal 174 326 224 52 0 37 20 210 64 102
Binary 1111100 11010110 10010100 101010 0 11111 10000 10001000 110100 1000010

Color Harmonies of #7CD694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CD694

Black with #7CD694

Text Example


Text Example

White with #7CD694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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