Html Css Color HEX #7FC380 De York

📋 copy color: '#7FC380'

red 127 ◦ green 195 ◦ blue 128

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

Shades of De York #7FC380

Tints of De York #7FC380

RGB

 RED value IS 127 (50% from 255) = 28.22%

 GREEN value IS 195 (76.56% from 255) = 43.33%

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

R = 28.22%
G = 43.33%
B = 28.44%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#7FC380 (or 0x7FC380) is known color: De York. HEX triplet: 7F, C3 and 80. RGB value is (127,195,128). Sum of RGB (Red+Green+Blue) = 127+195+128=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC380 is #803C7F. Grayscale: #A7A7A7. Windows color (decimal): -8404096 or 8438655. OLE color: 8438655.

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

Color convert

RGB 127 195 128 -
CMYK 0.35 0 0.34 0.24
HSL 120.88º 0.36% 0.63% -
HSV(B) 120.88º 0.35% 0.76% -
XYZ 32.16 45.1 27.43 -
YUV 167.03 105.97 99.45 -
System Red Green Blue C M Y K H S L
Decimal 127 195 128 0.35 0 0.34 0.24 120.88 0.36 0.63
Hex 7F C3 80 23 0 22 18 79 24 3F
Octal 177 303 200 43 0 42 30 171 44 77
Binary 1111111 11000011 10000000 100011 0 100010 11000 1111001 100100 111111

Color Harmonies of #7FC380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC380

Black with #7FC380

Text Example


Text Example

White with #7FC380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,195,128); }

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

background-color css

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

 a { background-color: rgb(127,195,128); }

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

border-color css

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

 span { border-color: rgb(127,195,128); }

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