Html Css Color HEX #7CCD94 De York

📋 copy color: '#7CCD94'

red 124 ◦ green 205 ◦ blue 148

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

Shades of De York #7CCD94

Tints of De York #7CCD94

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.98%

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

R = 26%
G = 42.98%
B = 31.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#7CCD94 (or 0x7CCD94) is known color: De York. HEX triplet: 7C, CD and 94. RGB value is (124,205,148). Sum of RGB (Red+Green+Blue) = 124+205+148=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCD94 is #83326B. Grayscale: #AEAEAE. Windows color (decimal): -8598124 or 9751932. OLE color: 9751932.

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

Color convert

RGB 124 205 148 -
CMYK 0.40 0 0.28 0.20
HSL 137.78º 0.45% 0.65% -
HSV(B) 137.78º 0.4% 0.8% -
XYZ 35.49 50.09 35.81 -
YUV 174.28 113.16 92.13 -
System Red Green Blue C M Y K H S L
Decimal 124 205 148 0.40 0 0.28 0.20 137.78 0.45 0.65
Hex 7C CD 94 28 0 1C 14 8A 2D 41
Octal 174 315 224 50 0 34 24 212 55 101
Binary 1111100 11001101 10010100 101000 0 11100 10100 10001010 101101 1000001

Color Harmonies of #7CCD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCD94

Black with #7CCD94

Text Example


Text Example

White with #7CCD94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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