Html Css Color HEX #7CBF80 De York

📋 copy color: '#7CBF80'

red 124 ◦ green 191 ◦ blue 128

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

Shades of De York #7CBF80

Tints of De York #7CBF80

RGB

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

 GREEN value IS 191 (75% from 255) = 43.12%

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

R = 27.99%
G = 43.12%
B = 28.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#7CBF80 (or 0x7CBF80) is known color: De York. HEX triplet: 7C, BF and 80. RGB value is (124,191,128). Sum of RGB (Red+Green+Blue) = 124+191+128=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBF80 is #83407F. Grayscale: #A3A3A3. Windows color (decimal): -8601728 or 8437628. OLE color: 8437628.

HSL color Cylindrical-coordinate representation of color #7CBF80: hue angle of 123.58º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBF80 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 191 128 -
CMYK 0.35 0 0.33 0.25
HSL 123.58º 0.34% 0.62% -
HSV(B) 123.58º 0.35% 0.75% -
XYZ 30.84 43.11 27.12 -
YUV 163.79 107.8 99.62 -
System Red Green Blue C M Y K H S L
Decimal 124 191 128 0.35 0 0.33 0.25 123.58 0.34 0.62
Hex 7C BF 80 23 0 21 19 7C 22 3E
Octal 174 277 200 43 0 41 31 174 42 76
Binary 1111100 10111111 10000000 100011 0 100001 11001 1111100 100010 111110

Color Harmonies of #7CBF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF80

Black with #7CBF80

Text Example


Text Example

White with #7CBF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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