Html Css Color HEX #7CCB86 De York

📋 copy color: '#7CCB86'

red 124 ◦ green 203 ◦ blue 134

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

Shades of De York #7CCB86

Tints of De York #7CCB86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.07%

R = 26.9%
G = 44.03%
B = 29.07%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#7CCB86 (or 0x7CCB86) is known color: De York. HEX triplet: 7C, CB and 86. RGB value is (124,203,134). Sum of RGB (Red+Green+Blue) = 124+203+134=461 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.90% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCB86 is #833479. Grayscale: #ABABAB. Windows color (decimal): -8598650 or 8833916. OLE color: 8833916.

HSL color Cylindrical-coordinate representation of color #7CCB86: hue angle of 127.59º 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 #7CCB86 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 203 134 -
CMYK 0.39 0 0.34 0.20
HSL 127.59º 0.43% 0.64% -
HSV(B) 127.59º 0.39% 0.8% -
XYZ 33.97 48.72 30.17 -
YUV 171.51 106.83 94.11 -
System Red Green Blue C M Y K H S L
Decimal 124 203 134 0.39 0 0.34 0.20 127.59 0.43 0.64
Hex 7C CB 86 27 0 22 14 80 2B 40
Octal 174 313 206 47 0 42 24 200 53 100
Binary 1111100 11001011 10000110 100111 0 100010 10100 10000000 101011 1000000

Color Harmonies of #7CCB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCB86

Black with #7CCB86

Text Example


Text Example

White with #7CCB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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