#8DF356

Color #8DF356 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #8DF356

Tints of Conifer #8DF356

Color information

#8DF356 (or 0x8DF356) is unknown color: approx Conifer. HEX triplet: 8D, F3 and 56. RGB value is (141,243,86). Sum of RGB (Red+Green+Blue) = 141+243+86=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 243 (95.31% from 255 or 51.70% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 243 - color contains mainly: green. Hex color #8DF356 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF356 is #720CA9. Grayscale: #C3C3C3. Windows color (decimal): -7474346 or 5698445. OLE color: 5698445.

HSL color Cylindrical-coordinate representation of color #8DF356: hue angle of 98.98º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8DF356 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB14124386-
CMYK0.4200.650.05
HSL98.98º86.74%64.51%-
HSV(B)98.98º64.61%95.29%-
XYZ44.7170.4420.04-
YUV194.666.7189.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30%
GREEN value IS 243 (95.31% from 255) = 51.70%
BLUE value IS 86 (33.98% from 255) = 18.30%
R=30%
G=51.70%
B=18.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal141243860.4200.650.0598.9886.7464.51
Hex8DF3562A0415635741
Octal2153631265201015143127101
Binary1000110111110011101011010101001000001101110001110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,243,86); }

 H1.HeaderClassName
 {
   color: #8DF356;
 }
 .AnyTagClassName
 {
   color: #8DF356;
 }
</style>
background-color css

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

 a { background-color: rgb(141,243,86); }

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

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

 span { border-color: rgb(141,243,86); }

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