Html Css Color HEX #8CC27E De York

📋 copy color: '#8CC27E'

red 140 ◦ green 194 ◦ blue 126

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

Shades of De York #8CC27E

Tints of De York #8CC27E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.17%

 BLUE value IS 126 (49.61% from 255) = 27.39%

R = 30.43%
G = 42.17%
B = 27.39%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#8CC27E (or 0x8CC27E) is known color: De York. HEX triplet: 8C, C2 and 7E. RGB value is (140,194,126). Sum of RGB (Red+Green+Blue) = 140+194+126=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC27E is #733D81. Grayscale: #AAAAAA. Windows color (decimal): -7552386 or 8307340. OLE color: 8307340.

HSL color Cylindrical-coordinate representation of color #8CC27E: hue angle of 107.65º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CC27E is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 194 126 -
CMYK 0.28 0 0.35 0.24
HSL 107.65º 0.36% 0.63% -
HSV(B) 107.65º 0.35% 0.76% -
XYZ 33.87 45.67 26.77 -
YUV 170.1 103.11 106.53 -
System Red Green Blue C M Y K H S L
Decimal 140 194 126 0.28 0 0.35 0.24 107.65 0.36 0.63
Hex 8C C2 7E 1C 0 23 18 6C 24 3F
Octal 214 302 176 34 0 43 30 154 44 77
Binary 10001100 11000010 1111110 11100 0 100011 11000 1101100 100100 111111

Color Harmonies of #8CC27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC27E

Black with #8CC27E

Text Example


Text Example

White with #8CC27E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,194,126); }

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

background-color css

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

 a { background-color: rgb(140,194,126); }

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

border-color css

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

 span { border-color: rgb(140,194,126); }

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