Html Css Color HEX #7EDF93 De York

📋 copy color: '#7EDF93'

red 126 ◦ green 223 ◦ blue 147

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

Shades of De York #7EDF93

Tints of De York #7EDF93

RGB

 RED value IS 126 (49.61% from 255) = 25.4%

 GREEN value IS 223 (87.5% from 255) = 44.96%

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

R = 25.4%
G = 44.96%
B = 29.64%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#7EDF93 (or 0x7EDF93) is known color: De York. HEX triplet: 7E, DF and 93. RGB value is (126,223,147). Sum of RGB (Red+Green+Blue) = 126+223+147=496 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.40% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDF93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDF93 is #81206C. Grayscale: #B9B9B9. Windows color (decimal): -8462445 or 9691006. OLE color: 9691006.

HSL color Cylindrical-coordinate representation of color #7EDF93: hue angle of 132.99º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDF93 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 223 147 -
CMYK 0.43 0 0.34 0.13
HSL 132.99º 0.6% 0.68% -
HSV(B) 132.99º 0.43% 0.87% -
XYZ 40.26 59.32 36.93 -
YUV 185.33 106.36 85.68 -
System Red Green Blue C M Y K H S L
Decimal 126 223 147 0.43 0 0.34 0.13 132.99 0.6 0.68
Hex 7E DF 93 2B 0 22 D 85 3C 44
Octal 176 337 223 53 0 42 15 205 74 104
Binary 1111110 11011111 10010011 101011 0 100010 1101 10000101 111100 1000100

Color Harmonies of #7EDF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDF93

Black with #7EDF93

Text Example


Text Example

White with #7EDF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,223,147); }

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

background-color css

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

 a { background-color: rgb(126,223,147); }

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

border-color css

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

 span { border-color: rgb(126,223,147); }

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