#BCEF48

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

Shades of Conifer #BCEF48

Tints of Conifer #BCEF48

Color information

#BCEF48 (or 0xBCEF48) is unknown color: approx Conifer. HEX triplet: BC, EF and 48. RGB value is (188,239,72). Sum of RGB (Red+Green+Blue) = 188+239+72=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 72 (28.52% from 255 or 14.43% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEF48 is #4310B7. Grayscale: #CDCDCD. Windows color (decimal): -4395192 or 4779964. OLE color: 4779964.

HSL color Cylindrical-coordinate representation of color #BCEF48: hue angle of 78.32º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCEF48 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB18823972-
CMYK0.2100.700.06
HSL78.32º83.92%60.98%-
HSV(B)78.32º69.87%93.73%-
XYZ52.7872.8917.42-
YUV204.7153.1116.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 239 (93.75% from 255) = 47.90%
BLUE value IS 72 (28.52% from 255) = 14.43%
R=37.68%
G=47.90%
B=14.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal188239720.2100.700.0678.3283.9260.98
HexBCEF481504664e543d
Octal274357110250106611612475
Binary10111100111011111001000101010100011011010011101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEF48; }

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

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

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

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

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

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

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

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