Html Css Color HEX #7CCB80 De York

📋 copy color: '#7CCB80'

red 124 ◦ green 203 ◦ blue 128

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

Shades of De York #7CCB80

Tints of De York #7CCB80

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.62%

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

R = 27.25%
G = 44.62%
B = 28.13%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#7CCB80 (or 0x7CCB80) is known color: De York. HEX triplet: 7C, CB and 80. RGB value is (124,203,128). Sum of RGB (Red+Green+Blue) = 124+203+128=455 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.25% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCB80 is #83347F. Grayscale: #ABABAB. Windows color (decimal): -8598656 or 8440700. OLE color: 8440700.

HSL color Cylindrical-coordinate representation of color #7CCB80: hue angle of 123.04º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCB80 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 203 128 -
CMYK 0.39 0 0.37 0.20
HSL 123.04º 0.43% 0.64% -
HSV(B) 123.04º 0.39% 0.8% -
XYZ 33.56 48.56 28.03 -
YUV 170.83 103.83 94.6 -
System Red Green Blue C M Y K H S L
Decimal 124 203 128 0.39 0 0.37 0.20 123.04 0.43 0.64
Hex 7C CB 80 27 0 25 14 7B 2B 40
Octal 174 313 200 47 0 45 24 173 53 100
Binary 1111100 11001011 10000000 100111 0 100101 10100 1111011 101011 1000000

Color Harmonies of #7CCB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCB80

Black with #7CCB80

Text Example


Text Example

White with #7CCB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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