Html Css Color HEX #7FD481 De York

📋 copy color: '#7FD481'

red 127 ◦ green 212 ◦ blue 129

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

Shades of De York #7FD481

Tints of De York #7FD481

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.3%

 BLUE value IS 129 (50.78% from 255) = 27.56%

R = 27.14%
G = 45.3%
B = 27.56%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#7FD481 (or 0x7FD481) is known color: De York. HEX triplet: 7F, D4 and 81. RGB value is (127,212,129). Sum of RGB (Red+Green+Blue) = 127+212+129=468 (61% of max value = 765). Red value is 127 (50% from 255 or 27.14% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD481 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD481 is #802B7E. Grayscale: #B1B1B1. Windows color (decimal): -8399743 or 8508543. OLE color: 8508543.

HSL color Cylindrical-coordinate representation of color #7FD481: hue angle of 121.41º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD481 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 127 212 129 -
CMYK 0.40 0 0.39 0.17
HSL 121.41º 0.5% 0.66% -
HSV(B) 121.41º 0.4% 0.83% -
XYZ 36.26 53.18 29.12 -
YUV 177.12 100.84 92.25 -
System Red Green Blue C M Y K H S L
Decimal 127 212 129 0.40 0 0.39 0.17 121.41 0.5 0.66
Hex 7F D4 81 28 0 27 11 79 32 42
Octal 177 324 201 50 0 47 21 171 62 102
Binary 1111111 11010100 10000001 101000 0 100111 10001 1111001 110010 1000010

Color Harmonies of #7FD481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD481

Black with #7FD481

Text Example


Text Example

White with #7FD481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,212,129); }

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

background-color css

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

 a { background-color: rgb(127,212,129); }

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

border-color css

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

 span { border-color: rgb(127,212,129); }

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