#BCF514

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

Shades of Inch Worm #BCF514

Tints of Inch Worm #BCF514

Color information

#BCF514 (or 0xBCF514) is unknown color: approx Inch Worm. HEX triplet: BC, F5 and 14. RGB value is (188,245,20). Sum of RGB (Red+Green+Blue) = 188+245+20=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 245 (96.09% from 255 or 54.08% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF514 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF514 is #430AEB. Grayscale: #CBCBCB. Windows color (decimal): -4393708 or 1373628. OLE color: 1373628.

HSL color Cylindrical-coordinate representation of color #BCF514: hue angle of 75.2º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCF514 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB18824520-
CMYK0.2300.920.04
HSL75.2º91.84%51.96%-
HSV(B)75.2º91.84%96.08%-
XYZ53.5276.0512.52-
YUV202.3125.12117.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 245 (96.09% from 255) = 54.08%
BLUE value IS 20 (8.20% from 255) = 4.42%
R=41.50%
G=54.08%
B=4.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal188245200.2300.920.0475.291.8451.96
HexBCF5141705C44b5c34
Octal27436524270134411313464
Binary101111001111010110100101110101110010010010111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF514; }

 p { color: rgb(188,245,20); }

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

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

 a { background-color: rgb(188,245,20); }

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

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

 span { border-color: rgb(188,245,20); }

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