#BCEE41

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

Shades of Conifer #BCEE41

Tints of Conifer #BCEE41

Color information

#BCEE41 (or 0xBCEE41) is unknown color: approx Conifer. HEX triplet: BC, EE and 41. RGB value is (188,238,65). Sum of RGB (Red+Green+Blue) = 188+238+65=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 65 (25.78% from 255 or 13.24% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEE41 is #4311BE. Grayscale: #CBCBCB. Windows color (decimal): -4395455 or 4320956. OLE color: 4320956.

HSL color Cylindrical-coordinate representation of color #BCEE41: hue angle of 77.34º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCEE41 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB18823865-
CMYK0.2100.730.07
HSL77.34º83.57%59.41%-
HSV(B)77.34º72.69%93.33%-
XYZ52.2772.2216.19-
YUV203.3349.94117.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 238 (93.36% from 255) = 48.47%
BLUE value IS 65 (25.78% from 255) = 13.24%
R=38.29%
G=48.47%
B=13.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal188238650.2100.730.0777.3483.5759.41
HexBCEE411504974d543b
Octal274356101250111711512473
Binary10111100111011101000001101010100100111110011011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEE41; }

 p { color: rgb(188,238,65); }

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

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

 a { background-color: rgb(188,238,65); }

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

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

 span { border-color: rgb(188,238,65); }

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