Html Css Color HEX #8CCF93 De York

📋 copy color: '#8CCF93'

red 140 ◦ green 207 ◦ blue 147

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

Shades of De York #8CCF93

Tints of De York #8CCF93

RGB

 RED value IS 140 (55.08% from 255) = 28.34%

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

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

R = 28.34%
G = 41.9%
B = 29.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#8CCF93 (or 0x8CCF93) is known color: De York. HEX triplet: 8C, CF and 93. RGB value is (140,207,147). Sum of RGB (Red+Green+Blue) = 140+207+147=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCF93 is #73306C. Grayscale: #B4B4B4. Windows color (decimal): -7549037 or 9686924. OLE color: 9686924.

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

Color convert

RGB 140 207 147 -
CMYK 0.32 0 0.29 0.19
HSL 126.27º 0.41% 0.68% -
HSV(B) 126.27º 0.32% 0.81% -
XYZ 38.39 52.31 35.68 -
YUV 180.13 109.3 99.38 -
System Red Green Blue C M Y K H S L
Decimal 140 207 147 0.32 0 0.29 0.19 126.27 0.41 0.68
Hex 8C CF 93 20 0 1D 13 7E 29 44
Octal 214 317 223 40 0 35 23 176 51 104
Binary 10001100 11001111 10010011 100000 0 11101 10011 1111110 101001 1000100

Color Harmonies of #8CCF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCF93

Black with #8CCF93

Text Example


Text Example

White with #8CCF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,207,147); }

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

background-color css

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

 a { background-color: rgb(140,207,147); }

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

border-color css

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

 span { border-color: rgb(140,207,147); }

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