Html Css Color HEX #7CC280 De York

📋 copy color: '#7CC280'

red 124 ◦ green 194 ◦ blue 128

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

Shades of De York #7CC280

Tints of De York #7CC280

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.5%

 BLUE value IS 128 (50.39% from 255) = 28.7%

R = 27.8%
G = 43.5%
B = 28.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#7CC280 (or 0x7CC280) is known color: De York. HEX triplet: 7C, C2 and 80. RGB value is (124,194,128). Sum of RGB (Red+Green+Blue) = 124+194+128=446 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.80% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC280 is #833D7F. Grayscale: #A5A5A5. Windows color (decimal): -8600960 or 8438396. OLE color: 8438396.

HSL color Cylindrical-coordinate representation of color #7CC280: hue angle of 123.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CC280 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 124 194 128 -
CMYK 0.36 0 0.34 0.24
HSL 123.43º 0.36% 0.62% -
HSV(B) 123.43º 0.36% 0.76% -
XYZ 31.5 44.43 27.34 -
YUV 165.55 106.81 98.37 -
System Red Green Blue C M Y K H S L
Decimal 124 194 128 0.36 0 0.34 0.24 123.43 0.36 0.62
Hex 7C C2 80 24 0 22 18 7B 24 3E
Octal 174 302 200 44 0 42 30 173 44 76
Binary 1111100 11000010 10000000 100100 0 100010 11000 1111011 100100 111110

Color Harmonies of #7CC280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC280

Black with #7CC280

Text Example


Text Example

White with #7CC280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,194,128); }

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

background-color css

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

 a { background-color: rgb(124,194,128); }

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

border-color css

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

 span { border-color: rgb(124,194,128); }

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