Html Css Color HEX #8ECF8F De York

📋 copy color: '#8ECF8F'

red 142 ◦ green 207 ◦ blue 143

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

Shades of De York #8ECF8F

Tints of De York #8ECF8F

RGB

 RED value IS 142 (55.86% from 255) = 28.86%

 GREEN value IS 207 (81.25% from 255) = 42.07%

 BLUE value IS 143 (56.25% from 255) = 29.07%

R = 28.86%
G = 42.07%
B = 29.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#8ECF8F (or 0x8ECF8F) is known color: De York. HEX triplet: 8E, CF and 8F. RGB value is (142,207,143). Sum of RGB (Red+Green+Blue) = 142+207+143=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECF8F is #713070. Grayscale: #B4B4B4. Windows color (decimal): -7417969 or 9424782. OLE color: 9424782.

HSL color Cylindrical-coordinate representation of color #8ECF8F: hue angle of 120.92º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECF8F is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 207 143 -
CMYK 0.31 0 0.31 0.19
HSL 120.92º 0.4% 0.68% -
HSV(B) 120.92º 0.31% 0.81% -
XYZ 38.43 52.36 34.07 -
YUV 180.27 106.97 100.7 -
System Red Green Blue C M Y K H S L
Decimal 142 207 143 0.31 0 0.31 0.19 120.92 0.4 0.68
Hex 8E CF 8F 1F 0 1F 13 79 28 44
Octal 216 317 217 37 0 37 23 171 50 104
Binary 10001110 11001111 10001111 11111 0 11111 10011 1111001 101000 1000100

Color Harmonies of #8ECF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECF8F

Black with #8ECF8F

Text Example


Text Example

White with #8ECF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ECF8F; }

 p { color: rgb(142,207,143); }

 H1.HeaderClassName
 {
   color: #8ECF8F;
 }
 .AnyTagClassName
 {
   color: #8ECF8F;
 }
</style>

background-color css

<style>
 a { background-color: #8ECF8F; }

 a { background-color: rgb(142,207,143); }

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

border-color css

<style>
 span { border-color: #8ECF8F; }

 span { border-color: rgb(142,207,143); }

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