Html Css Color HEX #7FDA9A De York

📋 copy color: '#7FDA9A'

red 127 ◦ green 218 ◦ blue 154

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

Shades of De York #7FDA9A

Tints of De York #7FDA9A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.69%

 BLUE value IS 154 (60.55% from 255) = 30.86%

R = 25.45%
G = 43.69%
B = 30.86%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#7FDA9A (or 0x7FDA9A) is known color: De York. HEX triplet: 7F, DA and 9A. RGB value is (127,218,154). Sum of RGB (Red+Green+Blue) = 127+218+154=499 (66% of max value = 765). Red value is 127 (50% from 255 or 25.45% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDA9A is #802565. Grayscale: #B7B7B7. Windows color (decimal): -8398182 or 10148479. OLE color: 10148479.

HSL color Cylindrical-coordinate representation of color #7FDA9A: hue angle of 137.8º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDA9A is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 218 154 -
CMYK 0.42 0 0.29 0.15
HSL 137.8º 0.55% 0.68% -
HSV(B) 137.8º 0.42% 0.85% -
XYZ 39.66 56.99 39.48 -
YUV 183.5 111.35 87.7 -
System Red Green Blue C M Y K H S L
Decimal 127 218 154 0.42 0 0.29 0.15 137.8 0.55 0.68
Hex 7F DA 9A 2A 0 1D F 8A 37 44
Octal 177 332 232 52 0 35 17 212 67 104
Binary 1111111 11011010 10011010 101010 0 11101 1111 10001010 110111 1000100

Color Harmonies of #7FDA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDA9A

Black with #7FDA9A

Text Example


Text Example

White with #7FDA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,218,154); }

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

background-color css

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

 a { background-color: rgb(127,218,154); }

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

border-color css

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

 span { border-color: rgb(127,218,154); }

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