Html Css Color HEX #7FD28A De York

📋 copy color: '#7FD28A'

red 127 ◦ green 210 ◦ blue 138

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

Shades of De York #7FD28A

Tints of De York #7FD28A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.21%

 BLUE value IS 138 (54.3% from 255) = 29.05%

R = 26.74%
G = 44.21%
B = 29.05%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#7FD28A (or 0x7FD28A) is known color: De York. HEX triplet: 7F, D2 and 8A. RGB value is (127,210,138). Sum of RGB (Red+Green+Blue) = 127+210+138=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #7FD28A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD28A is #802D75. Grayscale: #B1B1B1. Windows color (decimal): -8400246 or 9097855. OLE color: 9097855.

HSL color Cylindrical-coordinate representation of color #7FD28A: hue angle of 127.95º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD28A is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 127 210 138 -
CMYK 0.40 0 0.34 0.18
HSL 127.95º 0.48% 0.66% -
HSV(B) 127.95º 0.4% 0.82% -
XYZ 36.39 52.44 32.25 -
YUV 176.98 106 92.35 -
System Red Green Blue C M Y K H S L
Decimal 127 210 138 0.40 0 0.34 0.18 127.95 0.48 0.66
Hex 7F D2 8A 28 0 22 12 80 30 42
Octal 177 322 212 50 0 42 22 200 60 102
Binary 1111111 11010010 10001010 101000 0 100010 10010 10000000 110000 1000010

Color Harmonies of #7FD28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD28A

Black with #7FD28A

Text Example


Text Example

White with #7FD28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,210,138); }

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

background-color css

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

 a { background-color: rgb(127,210,138); }

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

border-color css

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

 span { border-color: rgb(127,210,138); }

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