Html Css Color HEX #7FDB93 De York

📋 copy color: '#7FDB93'

red 127 ◦ green 219 ◦ blue 147

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

Shades of De York #7FDB93

Tints of De York #7FDB93

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.42%

 BLUE value IS 147 (57.81% from 255) = 29.82%

R = 25.76%
G = 44.42%
B = 29.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#7FDB93 (or 0x7FDB93) is known color: De York. HEX triplet: 7F, DB and 93. RGB value is (127,219,147). Sum of RGB (Red+Green+Blue) = 127+219+147=493 (65% of max value = 765). Red value is 127 (50% from 255 or 25.76% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDB93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDB93 is #80246C. Grayscale: #B7B7B7. Windows color (decimal): -8397933 or 9689983. OLE color: 9689983.

HSL color Cylindrical-coordinate representation of color #7FDB93: hue angle of 133.04º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDB93 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 219 147 -
CMYK 0.42 0 0.33 0.14
HSL 133.04º 0.56% 0.68% -
HSV(B) 133.04º 0.42% 0.86% -
XYZ 39.35 57.28 36.59 -
YUV 183.28 107.52 87.85 -
System Red Green Blue C M Y K H S L
Decimal 127 219 147 0.42 0 0.33 0.14 133.04 0.56 0.68
Hex 7F DB 93 2A 0 21 E 85 38 44
Octal 177 333 223 52 0 41 16 205 70 104
Binary 1111111 11011011 10010011 101010 0 100001 1110 10000101 111000 1000100

Color Harmonies of #7FDB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDB93

Black with #7FDB93

Text Example


Text Example

White with #7FDB93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,219,147); }

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

background-color css

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

 a { background-color: rgb(127,219,147); }

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

border-color css

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

 span { border-color: rgb(127,219,147); }

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