#bcef1f

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

Shades of Inch Worm #BCEF1F

Tints of Inch Worm #BCEF1F

Color information

#BCEF1F (or 0xBCEF1F) is unknown color: approx Inch Worm. HEX triplet: BC, EF and 1F. RGB value is (188,239,31). Sum of RGB (Red+Green+Blue) = 188+239+31=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 239 (93.75% from 255 or 52.18% from 458); Blue value is 31 (12.5% from 255 or 6.77% from 458); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEF1F is #4310E0. Grayscale: #C8C8C8. Windows color (decimal): -4395233 or 2092988. OLE color: 2092988.

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

Color convert

RGB18823931-
CMYK0.2100.870.06
HSL74.71º86.67%52.94%-
HSV(B)74.71º87.03%93.73%-
XYZ51.8572.5212.56-
YUV200.0432.6119.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 239 (93.75% from 255) = 52.18%
BLUE value IS 31 (12.5% from 255) = 6.77%
R=41.05%
G=52.18%
B=6.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal188239310.2100.870.0674.7186.6752.94
HexBCEF1F1505764b5735
Octal27435737250127611312765
Binary101111001110111111111101010101011111010010111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcef1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcef1f; }

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

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

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

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

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

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

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

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