Html Css Color HEX #8CC88F De York

📋 copy color: '#8CC88F'

red 140 ◦ green 200 ◦ blue 143

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

Shades of De York #8CC88F

Tints of De York #8CC88F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.41%

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

R = 28.99%
G = 41.41%
B = 29.61%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#8CC88F (or 0x8CC88F) is known color: De York. HEX triplet: 8C, C8 and 8F. RGB value is (140,200,143). Sum of RGB (Red+Green+Blue) = 140+200+143=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC88F is #733770. Grayscale: #AFAFAF. Windows color (decimal): -7550833 or 9422988. OLE color: 9422988.

HSL color Cylindrical-coordinate representation of color #8CC88F: hue angle of 123º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC88F is Cyan = 0.3, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 200 143 -
CMYK 0.3 0 0.28 0.22
HSL 123º 0.35% 0.67% -
HSV(B) 123º 0.3% 0.78% -
XYZ 36.43 48.87 33.5 -
YUV 175.56 109.62 102.63 -
System Red Green Blue C M Y K H S L
Decimal 140 200 143 0.3 0 0.28 0.22 123 0.35 0.67
Hex 8C C8 8F 1E 0 1C 16 7B 23 43
Octal 214 310 217 36 0 34 26 173 43 103
Binary 10001100 11001000 10001111 11110 0 11100 10110 1111011 100011 1000011

Color Harmonies of #8CC88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC88F

Black with #8CC88F

Text Example


Text Example

White with #8CC88F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,200,143); }

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

background-color css

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

 a { background-color: rgb(140,200,143); }

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

border-color css

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

 span { border-color: rgb(140,200,143); }

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