#BCEF65

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

Shades of Conifer #BCEF65

Tints of Conifer #BCEF65

Color information

#BCEF65 (or 0xBCEF65) is unknown color: approx Conifer. HEX triplet: BC, EF and 65. RGB value is (188,239,101). Sum of RGB (Red+Green+Blue) = 188+239+101=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEF65 is #43109A. Grayscale: #D0D0D0. Windows color (decimal): -4395163 or 6680508. OLE color: 6680508.

HSL color Cylindrical-coordinate representation of color #BCEF65: hue angle of 82.17º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCEF65 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB188239101-
CMYK0.2100.580.06
HSL82.17º81.18%66.67%-
HSV(B)82.17º57.74%93.73%-
XYZ53.9573.3623.63-
YUV208.0267.6113.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 239 (93.75% from 255) = 45.27%
BLUE value IS 101 (39.84% from 255) = 19.13%
R=35.61%
G=45.27%
B=19.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882391010.2100.580.0682.1781.1866.67
HexBCEF651503A6525143
Octal274357145250726122121103
Binary10111100111011111100101101010111010110101001010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEF65; }

 p { color: rgb(188,239,101); }

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

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

 a { background-color: rgb(188,239,101); }

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

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

 span { border-color: rgb(188,239,101); }

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