Html Css Color HEX #7BCC8E De York

📋 copy color: '#7BCC8E'

red 123 ◦ green 204 ◦ blue 142

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

Shades of De York #7BCC8E

Tints of De York #7BCC8E

RGB

 RED value IS 123 (48.44% from 255) = 26.23%

 GREEN value IS 204 (80.08% from 255) = 43.5%

 BLUE value IS 142 (55.86% from 255) = 30.28%

R = 26.23%
G = 43.5%
B = 30.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#7BCC8E (or 0x7BCC8E) is known color: De York. HEX triplet: 7B, CC and 8E. RGB value is (123,204,142). Sum of RGB (Red+Green+Blue) = 123+204+142=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCC8E is #843371. Grayscale: #ACACAC. Windows color (decimal): -8663922 or 9358459. OLE color: 9358459.

HSL color Cylindrical-coordinate representation of color #7BCC8E: hue angle of 134.07º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCC8E is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 123 204 142 -
CMYK 0.40 0 0.30 0.2
HSL 134.07º 0.44% 0.64% -
HSV(B) 134.07º 0.4% 0.8% -
XYZ 34.64 49.35 33.29 -
YUV 172.71 110.66 92.54 -
System Red Green Blue C M Y K H S L
Decimal 123 204 142 0.40 0 0.30 0.2 134.07 0.44 0.64
Hex 7B CC 8E 28 0 1E 14 86 2C 40
Octal 173 314 216 50 0 36 24 206 54 100
Binary 1111011 11001100 10001110 101000 0 11110 10100 10000110 101100 1000000

Color Harmonies of #7BCC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCC8E

Black with #7BCC8E

Text Example


Text Example

White with #7BCC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,204,142); }

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

background-color css

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

 a { background-color: rgb(123,204,142); }

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

border-color css

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

 span { border-color: rgb(123,204,142); }

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