#BCF85E

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

Shades of Conifer #BCF85E

Tints of Conifer #BCF85E

Color information

#BCF85E (or 0xBCF85E) is unknown color: approx Conifer. HEX triplet: BC, F8 and 5E. RGB value is (188,248,94). Sum of RGB (Red+Green+Blue) = 188+248+94=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 94 (37.11% from 255 or 17.74% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF85E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF85E is #4307A1. Grayscale: #D5D5D5. Windows color (decimal): -4392866 or 6224060. OLE color: 6224060.

HSL color Cylindrical-coordinate representation of color #BCF85E: hue angle of 83.38º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCF85E is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB18824894-
CMYK0.2400.620.03
HSL83.38º91.67%67.06%-
HSV(B)83.38º62.1%97.25%-
XYZ56.3378.6322.8-
YUV212.561.12110.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 248 (97.27% from 255) = 46.79%
BLUE value IS 94 (37.11% from 255) = 17.74%
R=35.47%
G=46.79%
B=17.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal188248940.2400.620.0383.3891.6767.06
HexBCF85E1803E3535c43
Octal274370136300763123134103
Binary1011110011111000101111011000011111011101001110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF85E; }

 p { color: rgb(188,248,94); }

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

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

 a { background-color: rgb(188,248,94); }

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

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

 span { border-color: rgb(188,248,94); }

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